2
0
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:
18alantom 2023-09-26 12:14:17 +05:30
parent 44e0e090f0
commit 8f9560c7b2

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