mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for tests
This commit is contained in:
parent
1bd3deca4f
commit
217d3be2cb
@ -423,6 +423,6 @@ class CompanyGatewayApiTest extends TestCase
|
|||||||
|
|
||||||
$company_gateway = CompanyGateway::find($id);
|
$company_gateway = CompanyGateway::find($id);
|
||||||
|
|
||||||
$this->assertEquals(1, $company_gateway->calcGatewayFee(10,true));
|
$this->assertEquals(1.2, $company_gateway->calcGatewayFee(10,true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user