From bf7ac6af587f68553b83a54fcb724dfc9d684644 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 20 Mar 2017 01:03:23 +0100 Subject: refactor frontend --- test/services/meal/index.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/services/meal') diff --git a/test/services/meal/index.test.js b/test/services/meal/index.test.js index ee5b348..8fdbc36 100644 --- a/test/services/meal/index.test.js +++ b/test/services/meal/index.test.js @@ -68,8 +68,7 @@ describe('meal service', () => { .set('Authorization', 'Bearer '.concat(token)) .send({ name: 'breakfast', - date: new Date('Thu Mar 16 2017 0:00:00 GMT+0100 (CET)'), - time: new Date('Thu Mar 16 2017 7:00:00 GMT+0100 (CET)'), + date: new Date('Thu Mar 16 2017 7:00:00 GMT+0100 (CET)'), calories: 500, userid: userid, }) -- cgit v1.2.3-70-g09d2