diff --git a/test/Common/BitArrayTest.php b/test/Common/BitArrayTest.php index 75e3b28..04a97d9 100644 --- a/test/Common/BitArrayTest.php +++ b/test/Common/BitArrayTest.php @@ -111,10 +111,6 @@ public function testGetNextSet5() : void $actual = $array->getNextSet($query); - if ($actual !== $expected) { - $array->getNextSet($query); - } - $this->assertEquals($expected, $actual); } }