diff options
Diffstat (limited to 'internal')
-rw-r--r-- | internal/pathtree_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pathtree_test.go b/internal/pathtree_test.go index 11f6848..e152e85 100644 --- a/internal/pathtree_test.go +++ b/internal/pathtree_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "tildegit.org/tjp/gus/internal" + "tildegit.org/tjp/sliderule/internal" ) func TestPathTree(t *testing.T) { |