Skip to content

Commit

Permalink
Comment unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
anchaj committed Mar 8, 2020
1 parent 49c2ad4 commit cff1c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/jsonapi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ func TestResendOrderMessage(t *testing.T) {

func TestManageWallet(t *testing.T) {
const unlockWalletResponse = `{"isLocked": "false"}`
const lockWalletResponse = `{"isLocked": "true"}`
//const lockWalletResponse = `{"isLocked": "true"}`
const unlockFailedResponse = `{
"success": false,
"reason": "cipher: message authentication failed"
Expand Down

0 comments on commit cff1c4a

Please sign in to comment.