diff --git a/api/eth_types_test.go b/api/eth_types_test.go index d65a32625..845c14edd 100644 --- a/api/eth_types_test.go +++ b/api/eth_types_test.go @@ -176,7 +176,7 @@ func TestEthFilterResultMarshalJSON(t *testing.T) { BlockHash: hash2, BlockNumber: 53, Topics: []EthBytes{hash1[:]}, - Data: []EthBytes{hash1[:]}, + Data: EthBytes(hash1[:]), Address: addr, } logjson, err := json.Marshal(log)