Skip to content

Commit 94ad6b4

Browse files
committed
fix lint
1 parent 8a2199e commit 94ad6b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/routes/deprecated-spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,8 @@ describe('/ deprecated', () => {
15901590
expect(res.body.total_rows).to.equal(1, JSON.stringify(res.body));
15911591
} else {
15921592
debug('syncDetails', JSON.stringify(res.body));
1593-
// FIXME roles for the offline corpora are not being updated on the user due to a conflict when saving the user
1593+
// FIXME roles for the offline corpora are not being updated on the user
1594+
// due to a conflict when saving the user
15941595
expect(res.status).to.be.oneOf([403], JSON.stringify(res.body));
15951596
}
15961597
});

0 commit comments

Comments
 (0)