Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
  • Loading branch information
mtojek committed Aug 7, 2025
commit 8f49e09566b3509ca6f0d0e5f2bc7b61f1369f5a
2 changes: 1 addition & 1 deletion cli/cliui/select_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestRichMultiSelect(t *testing.T) {
want: []string{"aaa", "bbb"},
},
{
name: "Empty",
name: "NoOptionSelected",
options: []codersdk.TemplateVersionParameterOption{
{Name: "AAA", Description: "This is AAA", Value: "aaa"},
{Name: "BBB", Description: "This is BBB", Value: "bbb"},
Expand Down
Loading