Skip to content

Commit 146c81f

Browse files
added test case for userStatus onboarding
1 parent 35fad55 commit 146c81f

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
@@ -716,7 +716,7 @@ describe("Users", function () {
716716
});
717717
});
718718

719-
it.only("Should store the info in db", function (done) {
719+
it("Should store the info in db", function (done) {
720720
chai
721721
.request(app)
722722
.put(`/users/self/intro`)

0 commit comments

Comments
 (0)