|
|
@@ -24,7 +24,7 @@ import (
|
|
|
"github.com/ethereum/go-ethereum/common"
|
|
|
)
|
|
|
|
|
|
-func Test_makeTopics(t *testing.T) {
|
|
|
+func TestMakeTopics(t *testing.T) {
|
|
|
type args struct {
|
|
|
query [][]interface{}
|
|
|
}
|
|
|
@@ -55,7 +55,7 @@ func Test_makeTopics(t *testing.T) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-func Test_parseTopics(t *testing.T) {
|
|
|
+func TestParseTopics(t *testing.T) {
|
|
|
type bytesStruct struct {
|
|
|
StaticBytes [5]byte
|
|
|
}
|