mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 20:46:40 +00:00
cmd/geth: fixed parallelization flaw in account import test (#22002)
This commit is contained in:
parent
017831dd5b
commit
4859929798
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue