mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +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 {
|
||||
test := test
|
||||
t.Run(test.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
importAccountWithExpect(t, test.key, test.output)
|
||||
|
|
|
|||
Loading…
Reference in a new issue