We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ccbc5 commit 45707b6Copy full SHA for 45707b6
test/integration/wallet.test.js
@@ -36,8 +36,8 @@ describe('Wallet', function () {
36
await cleanDb()
37
})
38
39
- describe('Check /wallet', function () {
40
- it('Should return wallet information', function (done) {
+ describe('GET /wallet', function () {
+ it('Should return wallet information of the logged in user', function (done) {
41
chai
42
.request(app)
43
.get('/wallet')
0 commit comments