Skip to content

Commit

Permalink
fix: ping output formatter test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubc committed Mar 18, 2024
1 parent 8840e1e commit f224386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Slave/OutputFormatter/PingOutputFormatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function inputProvider(): array
],
[
'ip' => '2a02:2398:106::1',
'result' => ['-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1'],
'result' => ['-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1'],
],
],
],
Expand Down

0 comments on commit f224386

Please sign in to comment.