Skip to content
Snippets Groups Projects
Commit 6e21728d authored by Phil Hughes's avatar Phil Hughes
Browse files

ESLint fix

parent c922b846
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment