aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/args_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-03-15 01:02:18 +0900
committerOphestra <cat@gensokyo.uk>2025-03-15 01:06:31 +0900
commitf9bf20a3c75d01cf597477231f9bbb61f15cd4fd (patch)
tree702c804f7715b53888ab77b497d216a9cf673f2e /helper/args_test.go
parent73c1a830320636f91a0d15d6d247e88650e81df1 (diff)
helper: rearrange initialisation args
This improves consistency across two different helper implementations. Signed-off-by: Ophestra <cat@gensokyo.uk>
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",