From 00d96fc0a860363d9f89603734e223916ae727cf Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 5 Sep 2017 16:38:29 +0300 Subject: [PATCH] Fix for tests --- tests/acceptance/GatewayFeesCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/GatewayFeesCest.php b/tests/acceptance/GatewayFeesCest.php index 7b8b85745a..c6b7494971 100644 --- a/tests/acceptance/GatewayFeesCest.php +++ b/tests/acceptance/GatewayFeesCest.php @@ -167,7 +167,7 @@ class GatewayFeesCest $I->amOnPage('/view/' . $invitationKey); $I->seeInDatabase('invoices', [ 'id' => $invoiceId, - 'amount' => ($amount), + 'amount' => ($amount + $fee * 2), ]); $I->createOnlinePayment($I, $invitationKey);