Skip to content

Commit 95a713e

Browse files
committed
tests
1 parent 2318e16 commit 95a713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/iostreams/forms_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ func TestFormsAccessible(t *testing.T) {
447447

448448
assert.NoError(t, err)
449449
assert.Equal(t, "Alpha", selected)
450-
assert.Contains(t, out.String(), `Pick one (press Enter for "Alpha")`)
450+
assert.Contains(t, out.String(), "Pick one (press Enter for 1)")
451451
})
452452

453453
t.Run("confirm form accepts yes/no input", func(t *testing.T) {

0 commit comments

Comments
 (0)