aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/simulation/http_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/network/simulation/http_test.go')
-rw-r--r--swarm/network/simulation/http_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/swarm/network/simulation/http_test.go b/swarm/network/simulation/http_test.go
index 0ce9e5066..39c1896e7 100644
--- a/swarm/network/simulation/http_test.go
+++ b/swarm/network/simulation/http_test.go
@@ -24,9 +24,9 @@ import (
"testing"
"time"
- "github.com/dexon-foundation/dexon/log"
- "github.com/dexon-foundation/dexon/node"
- "github.com/dexon-foundation/dexon/p2p/simulations/adapters"
+ "github.com/tangerine-network/go-tangerine/log"
+ "github.com/tangerine-network/go-tangerine/node"
+ "github.com/tangerine-network/go-tangerine/p2p/simulations/adapters"
)
func TestSimulationWithHTTPServer(t *testing.T) {