Skip to content

Commit

Permalink
Sneaky whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Apr 26, 2023
1 parent 94fc23b commit 57855a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OSModulesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function testOS($os, $variant, $modules)
$expected = $expected_data[$module]['discovery'] ?? [];
$actual = $results[$module]['discovery'] ?? [];
$this->checkTestData($expected, $actual, 'Discovered', $os, $module, $filename, $helper, $phpunit_debug);

if ($module === 'route') {
// no route poller module
continue;
Expand Down

0 comments on commit 57855a4

Please sign in to comment.