Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Recca Tsai committed Jan 16, 2017
1 parent 4682794 commit 684f3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Action/Api/GetTransactionDataActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ public function test_get_transaction_data_when_verify_hash_fail()

$request->shouldHaveReceived('getModel')->twice();
$api->shouldHaveReceived('getTransactionData')->once();
$details->shouldNotHaveReceived('replace');
$details->shouldHaveReceived('replace');
}
}

0 comments on commit 684f3af

Please sign in to comment.