Skip to content

Commit 9d13c5b

Browse files
fix test
1 parent 3bf2818 commit 9d13c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_wishes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
def test_quoted_insert_repeat():
2727
read_spec([(('digit-arg', '3'), ['']),
28-
(('quoted-insert',), ['']),
28+
(('quoted-insert', None), ['']),
2929
(('self-insert', '\033'), ['^[^[^[']),
30-
(('accept',), None)])
30+
(('accept', None), None)])
3131

0 commit comments

Comments
 (0)