Skip to content

Commit

Permalink
Fix mock file name
Browse files Browse the repository at this point in the history
  • Loading branch information
delatbabel committed May 28, 2017
1 parent e201cf5 commit fa28efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Message/ListPlansTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function testEndpoint()

public function testSendSuccess()
{
$this->setMockHttpResponse('ListPlans.txt');
$this->setMockHttpResponse('ListPlansSuccess.txt');
$response = $this->request->send();

$this->assertTrue($response->isSuccessful());
Expand Down

0 comments on commit fa28efb

Please sign in to comment.