Unverified Commit 48599297 authored by Marius van der Wijden's avatar Marius van der Wijden Committed by GitHub

cmd/geth: fixed parallelization flaw in account import test (#22002)

parent 017831dd
......@@ -102,6 +102,7 @@ func TestAccountImport(t *testing.T) {
},
}
for _, test := range tests {
test := test
t.Run(test.name, func(t *testing.T) {
t.Parallel()
importAccountWithExpect(t, test.key, test.output)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment