mirror of
https://github.com/frappe/books.git
synced 2025-01-02 22:50:14 +00:00
chore: remove removed field from test
This commit is contained in:
parent
44e0e090f0
commit
8f9560c7b2
@ -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