diff --git a/tests/numberfilter_test.php b/tests/numberfilter_test.php
index 88ddfdb1..4e13866a 100644
--- a/tests/numberfilter_test.php
+++ b/tests/numberfilter_test.php
@@ -30,7 +30,7 @@ final class numberfilter_test extends \advanced_testcase {
*/
public function test_filter() {
$text = 'This is a test #1234 and #5678';
- $expected = 'This is a test #1234 and #5678';
+ $expected = 'This is a test #1234 and #5678';
$this->assertEquals($expected, numberfilter::filter($text));
}