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