Skip to content

Commit 7bc10d6

Browse files
committed
fix: lint
1 parent 5a4630a commit 7bc10d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/users.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,8 +1017,8 @@ describe("Users", function () {
10171017
});
10181018

10191019
it("Should accept lowercase profileStatus", function (done) {
1020-
chai
1021-
.request(app)
1020+
chai
1021+
.request(app)
10221022
.get("/users?profileStatus=blocked")
10231023
.end((err, res) => {
10241024
if (err) {
@@ -1032,7 +1032,7 @@ describe("Users", function () {
10321032
});
10331033
return done();
10341034
});
1035-
});
1035+
});
10361036
});
10371037

10381038
describe("GET /users/self", function () {

0 commit comments

Comments
 (0)