From c6223771dbc9cf8a4a44424759591adb496f2ce5 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Tue, 8 Oct 2024 14:02:54 +0900 Subject: helper: generalise helper.Helper test For testing the upcoming bwrap implementation of helper.Helper as it must have identical behaviour. Signed-off-by: Ophestra Umiker --- helper/args_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helper/args_test.go') 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) -- cgit v1.3.1