diff --git a/src/diagrams/gantt/ganttDb.spec.js b/src/diagrams/gantt/ganttDb.spec.js index c655889f8..4ece88fa3 100644 --- a/src/diagrams/gantt/ganttDb.spec.js +++ b/src/diagrams/gantt/ganttDb.spec.js @@ -176,7 +176,7 @@ describe('when using the ganttDb', function() { expect(tasks[6].task).toEqual('test7'); }); - it('should create tasks in the order days - top to bottom and letft to right', function() { + it('should maintain the order in which tasks are created', function() { ganttDb.setTitle('Project Execution'); ganttDb.setDateFormat('YYYY-MM-DD'); ganttDb.addSection('section A section');