Skip to content

Commit

Permalink
fix: trigger deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kpoke committed May 14, 2023
1 parent 2590bdc commit 657f541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/auth.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('Authentication', () => {
sinon.restore();
});

// Authorization path
// Auth path
it(`[POST /auth] login with ${seed.wallet.name}`, (done) => {
request(server)
.post('/auth')
Expand Down

0 comments on commit 657f541

Please sign in to comment.