mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +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
|
||||
)) as InventorySettings;
|
||||
|
||||
t.equal(doc.valuationMethod, ValuationMethod.FIFO, 'fifo valuation set');
|
||||
t.ok(doc.stockInHand, 'stock in hand set');
|
||||
t.ok(doc.stockReceivedButNotBilled, 'stock rec. but not billed set');
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user