forked from cerc-io/plugeth
cmd/geth: fixed parallelization flaw in account import test (#22002)
This commit is contained in:
parent
017831dd5b
commit
4859929798
@ -102,6 +102,7 @@ func TestAccountImport(t *testing.T) {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
for _, test := range tests {
|
for _, test := range tests {
|
||||||
|
test := test
|
||||||
t.Run(test.name, func(t *testing.T) {
|
t.Run(test.name, func(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
importAccountWithExpect(t, test.key, test.output)
|
importAccountWithExpect(t, test.key, test.output)
|
||||||
|
Loading…
Reference in New Issue
Block a user