diff options
Diffstat (limited to 'cmd/swarm/swarm-snapshot/create_test.go')
-rw-r--r-- | cmd/swarm/swarm-snapshot/create_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/swarm/swarm-snapshot/create_test.go b/cmd/swarm/swarm-snapshot/create_test.go index c9445168d..5ade096c3 100644 --- a/cmd/swarm/swarm-snapshot/create_test.go +++ b/cmd/swarm/swarm-snapshot/create_test.go @@ -27,7 +27,7 @@ import ( "strings" "testing" - "github.com/ethereum/go-ethereum/p2p/simulations" + "github.com/dexon-foundation/dexon/p2p/simulations" ) // TestSnapshotCreate is a high level e2e test that tests for snapshot generation. |