aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/args_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'helper/args_test.go')
-rw-r--r--helper/args_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/args_test.go b/helper/args_test.go
index 5675a879..e8383c78 100644
--- a/helper/args_test.go
+++ b/helper/args_test.go
@@ -10,7 +10,7 @@ import (
)
func Test_argsFD_String(t *testing.T) {
- wantString := strings.Join(want, " ")
+ wantString := strings.Join(wantArgs, " ")
if got := argsWt.(fmt.Stringer).String(); got != wantString {
t.Errorf("String(): got %v; want %v",
got, wantString)