Skip to content

Commit 9f8ce5b

Browse files
committed
removed yarn.lock and review comment update
1 parent 3443e0e commit 9f8ce5b

File tree

2 files changed

+1
-5140
lines changed

2 files changed

+1
-5140
lines changed

test/integration/wallet.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('Wallet', function () {
8181
it('Without cookie access should be unauthorized', function (done) {
8282
chai
8383
.request(app)
84-
.get(`/wallet/${userName}`)
84+
.get('/wallet')
8585
.end((error, response) => {
8686
if (error) {
8787
return done(error)

0 commit comments

Comments
 (0)