From 684f3afba318ed1393fd681f787531504407c524 Mon Sep 17 00:00:00 2001 From: Recca Tsai Date: Tue, 17 Jan 2017 03:31:23 +0800 Subject: [PATCH] fix bug --- tests/Action/Api/GetTransactionDataActionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Action/Api/GetTransactionDataActionTest.php b/tests/Action/Api/GetTransactionDataActionTest.php index 0275ab9..16e3701 100644 --- a/tests/Action/Api/GetTransactionDataActionTest.php +++ b/tests/Action/Api/GetTransactionDataActionTest.php @@ -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'); } }