Skip to content

Commit 930058a

Browse files
committed
Add missing dependency and remove unused const
1 parent ff54090 commit 930058a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/nanmu42/etherscan-api
22

33
go 1.13
4+
5+
require github.com/google/go-cmp v0.5.7 // indirect

logs_e2e_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
)
88

99
func TestClient_GetLogs(t *testing.T) {
10-
const ans = `[{"address":"0x33990122638b9132ca29c723bdf037f1a891a70c","topics":[],"data":"0x","blockNumber":"0x5c958","logIndex":"0x","blockHash":"","transactionHash":"0x0b03498648ae2da924f961dda00dc6bb0a8df15519262b7e012b7d67f4bb7e83", "removed":false}]`
1110
expectedLogs := []Log{
1211
Log{
1312
Address: "0x33990122638b9132ca29c723bdf037f1a891a70c",

0 commit comments

Comments
 (0)