diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-06 16:53:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-06 16:53:34 +0200 |
| commit | ff85779d14a70825588a80cae33d234153196162 (patch) | |
| tree | 3f061af5dcaa4a4f219f899281abb189dcfe1e48 /internal/flags/flags_test.go | |
| parent | 3a2aa5f2a8b417b4aa4c9148b245d85fcc22a61c (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.go | 2 |
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 |
