mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 18:04:31 -04:00
Fixes for tests
This commit is contained in:
parent
f2d4c7c72c
commit
9fa043afdd
@ -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…
x
Reference in New Issue
Block a user