File tree Expand file tree Collapse file tree 4 files changed +3
-30
lines changed
Expand file tree Collapse file tree 4 files changed +3
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ package sync
1919import (
2020 "context"
2121 "testing"
22+ "testing/synctest"
2223
2324 "github.com/stretchr/testify/require"
2425 "golang.org/x/sync/errgroup"
25-
26- "github.com/erigontech/erigon/common/synctest"
2726)
2827
2928func TestEventChannel (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ package sync
1919import (
2020 "context"
2121 "testing"
22+ "testing/synctest"
2223
2324 "github.com/stretchr/testify/require"
2425 "golang.org/x/sync/errgroup"
2526
2627 "github.com/erigontech/erigon/common"
2728 "github.com/erigontech/erigon/common/log/v3"
28- "github.com/erigontech/erigon/common/synctest"
2929 "github.com/erigontech/erigon/common/testlog"
3030 "github.com/erigontech/erigon/execution/p2p"
3131)
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import (
2727 "sync"
2828 "sync/atomic"
2929 "testing"
30+ "testing/synctest"
3031 "time"
3132
3233 mapset "github.com/deckarep/golang-set/v2"
@@ -41,7 +42,6 @@ import (
4142 "github.com/erigontech/erigon/common"
4243 "github.com/erigontech/erigon/common/crypto"
4344 "github.com/erigontech/erigon/common/log/v3"
44- "github.com/erigontech/erigon/common/synctest"
4545 "github.com/erigontech/erigon/common/testlog"
4646 "github.com/erigontech/erigon/execution/abi"
4747 "github.com/erigontech/erigon/execution/chain/networkname"
You can’t perform that action at this time.
0 commit comments