Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidszkiba committed Oct 8, 2024
1 parent 52412ea commit 9d1771f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/teststrategy/strategy_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']));
}
Expand Down

0 comments on commit 9d1771f

Please sign in to comment.