From 9fa043afddc90508dab01be9567462080a6c99b0 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 30 Jan 2021 00:06:29 +1100 Subject: [PATCH] Fixes for tests --- tests/Feature/CompanyGatewayResolutionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/CompanyGatewayResolutionTest.php b/tests/Feature/CompanyGatewayResolutionTest.php index 1433fad9087f..2eb9d015599a 100644 --- a/tests/Feature/CompanyGatewayResolutionTest.php +++ b/tests/Feature/CompanyGatewayResolutionTest.php @@ -128,7 +128,7 @@ class CompanyGatewayResolutionTest extends TestCase $payment_methods = $this->client->service()->getPaymentMethods($amount); - $this->assertEquals(3, count($payment_methods)); + $this->assertEquals(2, count($payment_methods)); } public function testRemoveMethods()