Skip to content

Commit aaa58a2

Browse files
committed
Fix test
1 parent 9be9e29 commit aaa58a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_pyrepl/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def test_gen_colors_keyword_highlighting(self):
130130
[
131131
("case", "soft_keyword"),
132132
("+", "op"),
133+
("1", "number"),
133134
],
134135
),
135136
]

0 commit comments

Comments
 (0)