2
0
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:
18alantom 2023-09-26 12:14:17 +05:30 committed by Alan
parent 034d612d29
commit e0b010554c

View File

@ -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');
});