good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 48599297 authored by Marius van der Wijden's avatar Marius van der Wijden Committed by GitHub
Browse files

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

parent 017831dd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment