Skip to content

Commit 45707b6

Browse files
authored
review comment fix
1 parent 43ccbc5 commit 45707b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/wallet.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ describe('Wallet', function () {
3636
await cleanDb()
3737
})
3838

39-
describe('Check /wallet', function () {
40-
it('Should return wallet information', function (done) {
39+
describe('GET /wallet', function () {
40+
it('Should return wallet information of the logged in user', function (done) {
4141
chai
4242
.request(app)
4343
.get('/wallet')

0 commit comments

Comments
 (0)