mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
wip
This commit is contained in:
@@ -36,7 +36,7 @@ describe('Warehouse Transfers (e2e)', () => {
|
||||
costPrice: 100,
|
||||
sellPrice: 100,
|
||||
});
|
||||
itemId = parseInt(item.text, 10);
|
||||
itemId = parseInt(item.body.id, 10);
|
||||
|
||||
const warehouse1 = await request(app.getHttpServer())
|
||||
.post('/warehouses')
|
||||
|
||||
Reference in New Issue
Block a user