mirror of
https://github.com/frappe/books.git
synced 2025-03-31 23:41:32 +00:00
chore: remove removed field from test
This commit is contained in:
parent
034d612d29
commit
e0b010554c
@ -50,7 +50,6 @@ test('inventory settings', async (t) => {
|
|||||||
ModelNameEnum.InventorySettings
|
ModelNameEnum.InventorySettings
|
||||||
)) as InventorySettings;
|
)) as InventorySettings;
|
||||||
|
|
||||||
t.equal(doc.valuationMethod, ValuationMethod.FIFO, 'fifo valuation set');
|
|
||||||
t.ok(doc.stockInHand, 'stock in hand set');
|
t.ok(doc.stockInHand, 'stock in hand set');
|
||||||
t.ok(doc.stockReceivedButNotBilled, 'stock rec. but not billed set');
|
t.ok(doc.stockReceivedButNotBilled, 'stock rec. but not billed set');
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user