Skip to content

Commit

Permalink
fix: test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Apr 11, 2024
1 parent 90dc823 commit 4b6dbdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/auth.message.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ chai.use(chaiHTTP)
const expect = chai.expect

describe('API /auth/message', function () {
this.timeout(10000)
before(mochaGlobalSetup)

this.timeout(10000)

describe('POST /api/auth/message', () => {
it('should save message to database for nano account above balance threshold', async () => {
const private_key = Buffer.from(
Expand Down

0 comments on commit 4b6dbdf

Please sign in to comment.