mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-15 01:42:54 -05:00
solve unit tests
This commit is contained in:
@@ -49,7 +49,7 @@ test('create estimate', function () {
|
||||
]);
|
||||
|
||||
postJson('api/v1/estimates', $estimate)
|
||||
->assertStatus(200);
|
||||
->assertStatus(201);
|
||||
|
||||
$this->assertDatabaseHas('estimates', [
|
||||
'template_name' => $estimate['template_name'],
|
||||
|
||||
Reference in New Issue
Block a user