summaryrefslogtreecommitdiff
path: root/internal/flags/flags_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-06 16:53:34 +0200
committerPaul Buetow <paul@buetow.org>2026-03-06 16:53:34 +0200
commitff85779d14a70825588a80cae33d234153196162 (patch)
tree3f061af5dcaa4a4f219f899281abb189dcfe1e48 /internal/flags/flags_test.go
parent3a2aa5f2a8b417b4aa4c9148b245d85fcc22a61c (diff)
refactor: rename flags.Flags to flags.Config (task 383)
Diffstat (limited to 'internal/flags/flags_test.go')
-rw-r--r--internal/flags/flags_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/flags/flags_test.go b/internal/flags/flags_test.go
index 08dd6a2..2469068 100644
--- a/internal/flags/flags_test.go
+++ b/internal/flags/flags_test.go
@@ -9,7 +9,7 @@ import (
"time"
)
-func parseForTest(t *testing.T, args ...string) (Flags, error) {
+func parseForTest(t *testing.T, args ...string) (Config, error) {
t.Helper()
oldCommandLine := flag.CommandLine