mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Minor fix taxtype test
This commit is contained in:
@ -99,7 +99,8 @@ test('create negative tax type', function () {
|
||||
'percent' => -9.99
|
||||
]);
|
||||
|
||||
postJson('api/v1/tax-types', $taxType)->assertOk();
|
||||
postJson('api/v1/tax-types', $taxType)
|
||||
->assertOk();
|
||||
|
||||
$this->assertDatabaseHas('tax_types', $taxType);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user