Skip to content

Commit

Permalink
fix: test bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiyuSun committed Jul 21, 2023
1 parent 325fa06 commit 1561659
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/handlers/walletHandler.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ describe('walletRouter', () => {
it('no limit parameter(1000 as default)', async () => {
const res = await request(app).get('/wallets');
expect(res).property('statusCode').eq(200);
expect(res.body.message).match(/limit.*required/);
});

it('successfully', async () => {
Expand Down

0 comments on commit 1561659

Please sign in to comment.