This commit is contained in:
João Paulo Poffo
2019-02-07 11:22:46 -02:00
parent 8a8b7bd48c
commit a99b31a61d
2 changed files with 4 additions and 5 deletions

View File

@@ -208,6 +208,5 @@ describe('when using the ganttDb', function () {
expect(tasks[4].endTime).toEqual(moment('2019-02-21', 'YYYY-MM-DD').toDate())
expect(tasks[4].id).toEqual('id5')
expect(tasks[4].task).toEqual('test5')
})
})