Browse Source

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

Péter Szilágyi 6 years ago
parent
commit
5ce192ce44
2 changed files with 11 additions and 3 deletions
  1. 9 1
      accounts/abi/bind/bind_test.go
  2. 2 2
      accounts/abi/bind/topics_test.go

File diff suppressed because it is too large
+ 9 - 1
accounts/abi/bind/bind_test.go


+ 2 - 2
accounts/abi/bind/topics_test.go

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

Some files were not shown because too many files changed in this diff