Skip to content

Commit

Permalink
test: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jan 31, 2024
1 parent 91f4c76 commit 0248b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options_test.go
Expand Up @@ -81,7 +81,7 @@ func TestOptions(t *testing.T) {
exercise(t, WithAltScreen(), withAltScreen)
})

t.Run("bracketed space disabled", func(t *testing.T) {
t.Run("bracketed paste disabled", func(t *testing.T) {
exercise(t, WithoutBracketedPaste(), withoutBracketedPaste)
})

Expand Down

0 comments on commit 0248b32

Please sign in to comment.