diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-27 06:23:24 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-27 06:23:24 +0200 |
| commit | 2edeaa610553b667776010bf2e9f5596aaa8ddbd (patch) | |
| tree | b32b5c3946061f3e06ae274b5c4260358985f04f /internal/askcli/dispatch_test.go | |
| parent | 6b964400deb653d2c47aa8932ab5444346833b0d (diff) | |
task 73fabcf6-d4a1-4bf3-aae1-a390a734e517: extend ask selector completion
Diffstat (limited to 'internal/askcli/dispatch_test.go')
| -rw-r--r-- | internal/askcli/dispatch_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/askcli/dispatch_test.go b/internal/askcli/dispatch_test.go index 040f305..cd83e48 100644 --- a/internal/askcli/dispatch_test.go +++ b/internal/askcli/dispatch_test.go @@ -66,8 +66,8 @@ func TestDispatcher_CompleteUUIDsSubcommand(t *testing.T) { if code != 0 { t.Fatalf("complete-uuids code = %d, want 0", code) } - if got := stdout.String(); got != "uuid-1\n" { - t.Fatalf("stdout = %q, want UUID list", got) + if got := stdout.String(); got != "0\nuuid-1\n" { + t.Fatalf("stdout = %q, want selector list", got) } } |
