diff --git a/tests/teststrategy/strategy_test.php b/tests/teststrategy/strategy_test.php index c9385b161..f48b47d2d 100644 --- a/tests/teststrategy/strategy_test.php +++ b/tests/teststrategy/strategy_test.php @@ -159,7 +159,7 @@ public function test_import_overrides(string $filename, array $expectedscales): ); $this->assertEquals($expected, $scalenames); } - + // Check that there are no errors. $this->assertEquals(0, count($result['errors']), implode(', ', $result['errors'])); }