Commit 6e21728d authored by Phil Hughes's avatar Phil Hughes

ESLint fix

parent c922b846
......@@ -114,7 +114,7 @@ describe('List model', () => {
});
it('increase page number if current issue count is more than the page size', () => {
for (let i = 0; i < 30; i+=1) {
for (let i = 0; i < 30; i += 1) {
list.issues.push(new ListIssue({
title: 'Testing',
iid: _.random(10000) + i,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment