Fixed test

master
Mark Moffat 2019-06-15 11:27:12 +09:30
parent d3390d8b16
commit 9f49aed230
1 changed files with 1 additions and 1 deletions

View File

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