From 9d1771f77e13d98d755fc1653efab097997c8c6f Mon Sep 17 00:00:00 2001 From: David Szkiba Date: Thu, 3 Oct 2024 09:53:16 +0200 Subject: [PATCH] Linting fixes --- tests/teststrategy/strategy_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])); }