aboutsummaryrefslogtreecommitdiff
path: root/dht/routing_table_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dht/routing_table_test.go')
-rw-r--r--dht/routing_table_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dht/routing_table_test.go b/dht/routing_table_test.go
index e251791..763df80 100644
--- a/dht/routing_table_test.go
+++ b/dht/routing_table_test.go
@@ -5,7 +5,7 @@ import (
"net"
"testing"
- "github.com/felix/dhtsearch/models"
+ "src.userspace.com.au/dhtsearch/models"
)
func TestPriorityQueue(t *testing.T) {