summaryrefslogtreecommitdiff
path: root/run_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'run_test.go')
-rw-r--r--run_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_test.go b/run_test.go
index 8f47431..0e18850 100644
--- a/run_test.go
+++ b/run_test.go
@@ -177,7 +177,7 @@ func TestCompleter_Complete(t *testing.T) {
tt.args = "cmd " + tt.args
os.Setenv(envComplete, tt.args)
- args := getLine()
+ args, _ := getLine()
got := complete(c, args)