Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickogden committed Jun 13, 2019
1 parent bcc61b3 commit e72fc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e72fc0a

Please sign in to comment.