Fixed test

master
Mark Moffat 2020-03-19 17:33:23 +10:30
parent fbdc1f2744
commit da4cd69b79
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ test('[Success] Get orders', async t => {
.expect(200);
// Check the returned order length
t.deepEqual(g.jsonData.orders.length, res.body.orders.length);
t.deepEqual(g.jsonData.orders.length, res.body.orders.data.length);
});
test('[Fail] Try get orders with a bogus apiKey', async t => {