Corrected the test case description

This commit is contained in:
abhijeet-pathak
2020-06-24 14:51:08 +05:30
committed by GitHub
parent 2840c98bb0
commit 3c727bc46f

View File

@@ -176,7 +176,7 @@ describe('when using the ganttDb', function() {
expect(tasks[6].task).toEqual('test7'); 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.setTitle('Project Execution');
ganttDb.setDateFormat('YYYY-MM-DD'); ganttDb.setDateFormat('YYYY-MM-DD');
ganttDb.addSection('section A section'); ganttDb.addSection('section A section');