From f224386f724c4fc2a3429ba6306dab95cc718c4f Mon Sep 17 00:00:00 2001 From: rubench Date: Mon, 18 Mar 2024 10:17:43 +0100 Subject: [PATCH] fix: ping output formatter test --- tests/Slave/OutputFormatter/PingOutputFormatterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Slave/OutputFormatter/PingOutputFormatterTest.php b/tests/Slave/OutputFormatter/PingOutputFormatterTest.php index 9886ff73..8f563304 100644 --- a/tests/Slave/OutputFormatter/PingOutputFormatterTest.php +++ b/tests/Slave/OutputFormatter/PingOutputFormatterTest.php @@ -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'], ], ], ],