Skip to content

Commit

Permalink
Fixed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nebloc committed Dec 12, 2017
1 parent 48fd1d1 commit 6431a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/get-todo-status-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 6431a82

Please sign in to comment.