Skip to content

Commit cff1c4a

Browse files
committed
Comment unused var.
1 parent 49c2ad4 commit cff1c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/jsonapi_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ func TestResendOrderMessage(t *testing.T) {
873873

874874
func TestManageWallet(t *testing.T) {
875875
const unlockWalletResponse = `{"isLocked": "false"}`
876-
const lockWalletResponse = `{"isLocked": "true"}`
876+
//const lockWalletResponse = `{"isLocked": "true"}`
877877
const unlockFailedResponse = `{
878878
"success": false,
879879
"reason": "cipher: message authentication failed"

0 commit comments

Comments
 (0)