mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
all: fix go vet warnings
This commit is contained in:
@@ -57,7 +57,7 @@ func TestCompiler(t *testing.T) {
|
||||
}
|
||||
|
||||
if len(contracts) != 1 {
|
||||
t.Errorf("one contract expected, got\n%s", len(contracts))
|
||||
t.Errorf("one contract expected, got %d", len(contracts))
|
||||
}
|
||||
|
||||
if contracts["test"].Code != code {
|
||||
|
||||
Reference in New Issue
Block a user