mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
tests: go format
This commit is contained in:
parent
17bc30bda9
commit
4fdaae41e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue