mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes for tests
This commit is contained in:
parent
f40360e1fe
commit
27a721af05
@ -80,7 +80,7 @@ class InventoryManagementTest extends TestCase
|
|||||||
])->post('/api/v1/invoices/', $invoice_array)
|
])->post('/api/v1/invoices/', $invoice_array)
|
||||||
->assertStatus(200);
|
->assertStatus(200);
|
||||||
|
|
||||||
$product = $product->refresh();
|
$product = $product->fresh();
|
||||||
|
|
||||||
$this->assertEquals(90, $product->in_stock_quantity);
|
$this->assertEquals(90, $product->in_stock_quantity);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user