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 a23b315f..9014041e 100644
--- a/helper/args_test.go
+++ b/helper/args_test.go
@@ -9,7 +9,7 @@ import (
"git.gensokyo.uk/security/fortify/helper"
)
-func Test_argsFD_String(t *testing.T) {
+func Test_argsFd_String(t *testing.T) {
wantString := strings.Join(wantArgs, " ")
if got := argsWt.(fmt.Stringer).String(); got != wantString {
t.Errorf("String(): got %v; want %v",