Skip to content

Commit

Permalink
Remove only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithriel committed Nov 9, 2023
1 parent 0788668 commit d7f39d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routes/user/user.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('/user', () => {
});

// Test that lastLoginAt is updated with a new request
test.only('/me - test if requests upload last_login_at 200 Success', async () => {
test('/me - test if requests upload last_login_at 200 Success', async () => {
const res = await request
.get('/api/user/me')
.auth(username, password)
Expand Down

0 comments on commit d7f39d2

Please sign in to comment.