Fixes for tests

This commit is contained in:
David Bomba 2021-01-30 00:06:29 +11:00
parent f2d4c7c72c
commit 9fa043afdd

View File

@ -128,7 +128,7 @@ class CompanyGatewayResolutionTest extends TestCase
$payment_methods = $this->client->service()->getPaymentMethods($amount); $payment_methods = $this->client->service()->getPaymentMethods($amount);
$this->assertEquals(3, count($payment_methods)); $this->assertEquals(2, count($payment_methods));
} }
public function testRemoveMethods() public function testRemoveMethods()