Fix code style issue

This commit is contained in:
Matthew Ross 2017-09-05 20:14:10 -04:00
parent 54da613dce
commit e448a0651c

View File

@ -95,7 +95,7 @@ describe('TaskDisplay', () => {
task.changeTaskColumn(); task.changeTaskColumn();
}); });
it("has a function to copy a task to another board", () => { it('has a function to copy a task to another board', () => {
task.taskData = { id: 1 }; task.taskData = { id: 1 };
task.strings = { boards_copyTaskTo: 'two words' }; task.strings = { boards_copyTaskTo: 'two words' };