summaryrefslogtreecommitdiff
path: root/testing.go
diff options
context:
space:
mode:
Diffstat (limited to 'testing.go')
-rw-r--r--testing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing.go b/testing.go
index 3336aa6..3195660 100644
--- a/testing.go
+++ b/testing.go
@@ -4,7 +4,7 @@ import (
"sort"
"testing"
- "github.com/posener/complete/internal/arg"
+ "github.com/posener/complete/v2/internal/arg"
)
// Test is a testing helper function for testing bash completion of a given completer.