accounts/abi/bind: simulated test case for fixed bytes logs

This commit is contained in:
Péter Szilágyi
2019-03-14 11:47:22 +01:00
parent 7640c9c933
commit 5ce192ce44
2 changed files with 40 additions and 5 deletions

View File

@ -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
}