summaryrefslogtreecommitdiff
path: root/sort/sort_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'sort/sort_test.go')
-rw-r--r--sort/sort_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/sort/sort_test.go b/sort/sort_test.go
index 2ca6f91..d785d55 100644
--- a/sort/sort_test.go
+++ b/sort/sort_test.go
@@ -1,9 +1,10 @@
package sort
import (
- "algorithms/ds"
"fmt"
"testing"
+
+ "github.com/snonux/algorithms/ds"
)
// Store results here to avoid compiler optimizations