diff --git a/tests/ClientTest.php b/tests/ClientTest.php index eee145a..9f82b71 100644 --- a/tests/ClientTest.php +++ b/tests/ClientTest.php @@ -179,7 +179,7 @@ public function testGetEligibility(): void $this->assertSame('UNKNOWN', $eligibility[0]->getEligible()); $this->assertSame('O2', $eligibility[0]->getNetwork()->getBrand()); $this->assertSame('ELIGIBLE', $eligibility[1]->getEligible()); - $this->assertSame('EE', $eligibility[0]->getNetwork()->getBrand()); + $this->assertSame('EE', $eligibility[1]->getNetwork()->getBrand()); } protected function appendResponse(string $data, int $responseCode = 200): void