From 4fdaae41e461abc9733adbce6227ee9bfe931938 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Thu, 4 Apr 2019 10:35:40 +0200 Subject: [PATCH] tests: go format --- core/vm/instructions_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vm/instructions_test.go b/core/vm/instructions_test.go index 9fabdd446f..50d0a9ddae 100644 --- a/core/vm/instructions_test.go +++ b/core/vm/instructions_test.go @@ -248,7 +248,7 @@ func xTestWriteExpectedValues(t *testing.T) { // TestJsonTestcases runs through all the testcases defined as json-files func TestJsonTestcases(t *testing.T) { - for name, _ := range twoOpMethods { + for name := range twoOpMethods { data, err := ioutil.ReadFile(fmt.Sprintf("testdata/testcases_%v.json", name)) if err != nil { t.Fatal("Failed to read file", err)