Skip to content

Commit

Permalink
reomved unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
ac4ch committed May 16, 2024
1 parent df99079 commit 06b0eea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion walletclient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func TestNewWalletClient(t *testing.T) {
require.True(t, client.signRequest)

// Ensure HTTP calls can be made
c := client.httpClient
resp, err := client.httpClient.Get(serverURL)
require.NoError(t, err)
require.Equal(t, http.StatusOK, resp.StatusCode)
Expand Down

0 comments on commit 06b0eea

Please sign in to comment.