diff --git a/tests/Feature/CompanyGatewayResolutionTest.php b/tests/Feature/CompanyGatewayResolutionTest.php index 1433fad90..2eb9d0155 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()