From 3c727bc46f167932082497e5ba946a57edd9b518 Mon Sep 17 00:00:00 2001 From: abhijeet-pathak <56287990+abhijeet-pathak@users.noreply.github.com> Date: Wed, 24 Jun 2020 14:51:08 +0530 Subject: [PATCH] Corrected the test case description --- src/diagrams/gantt/ganttDb.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');