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()