Skip to content

Commit c2485d1

Browse files
fix lint
1 parent 5626b28 commit c2485d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/users.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ describe("Users", function () {
709709
});
710710
});
711711

712-
it.only("Should store the info in db", function (done) {
712+
it("Should store the info in db", function (done) {
713713
updateUserStatus(userId, userStatusDataAfterSignup);
714714
chai
715715
.request(app)

0 commit comments

Comments
 (0)