Skip to content

Commit

Permalink
fixed missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
danrovito committed Jul 17, 2016
1 parent b51387c commit dbc8ffc
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 @@ -21,7 +21,7 @@ public function testBerry()

//json files to match
$berryJson = json_decode('/responses/berry.json');
$responseJson = json_decode($responseJson);
$responseJson = json_decode($response);

$this->assertTrue(json_match($responseJson, $berryJson));

Expand Down

0 comments on commit dbc8ffc

Please sign in to comment.