Skip to content

Commit 5cbd409

Browse files
committed
fix lint
1 parent 96f9333 commit 5cbd409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ describe('install', () => {
533533
.send({
534534
"members":{"roles":[]},
535535
"admins":{"roles":["_admin"]}
536-
})
536+
});
537537
})
538538
.then((res) => {
539539
expect(res.body.ok).to.equal(true);

0 commit comments

Comments
 (0)