diff --git a/tests/lib/get-todo-status-test.js b/tests/lib/get-todo-status-test.js index d17f0f402..c97ae2b9c 100644 --- a/tests/lib/get-todo-status-test.js +++ b/tests/lib/get-todo-status-test.js @@ -16,7 +16,7 @@ test('getTodoStatus should return a correct hash object', t => { ['+ [ ] a\n+ [xtest] a\n', { total: 1, completed: 0 }], ['+ [ ] a\n+ foo[x]bar a\n', { total: 1, completed: 0 }], ['+ [ ] a\n+ foo[x] bar a\n', { total: 1, completed: 0 }], - ['+ [ ] a\n+ foo [x]bar a\n', { total: 1, completed: 0 }] + ['+ [ ] a\n+ foo [x]bar a\n', { total: 1, completed: 0 }] ] testCases.forEach(testCase => {