Fixes for tests
This commit is contained in:
parent
f2d4c7c72c
commit
9fa043afdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue