diff --git a/tests/cron/wrapper_test.php b/tests/cron/wrapper_test.php
index aca299782d..ba05604b53 100644
--- a/tests/cron/wrapper_test.php
+++ b/tests/cron/wrapper_test.php
@@ -67,7 +67,7 @@ class phpbb_cron_wrapper_test extends phpbb_template_template_test_case
$this->template
);
- $this->assertEquals('
', str_replace(["\n", "\t"], '', $this->wrapper->get_html_tag()));
+ $this->assertEquals('
', str_replace(["\n", "\t"], '', $this->wrapper->get_html_tag()));
}
public function test_is_parametrized_false()