mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 17:34:30 -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);
|
$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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user