Skip to content

Commit 7c95992

Browse files
committed
Restore original test name
1 parent a1576a0 commit 7c95992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pyrepl/test_fancycompleter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_complete_global_colored(self):
167167
self.assertEqual(compl.global_matches('foobaz'), ['foobazzz'])
168168
self.assertEqual(compl.global_matches('nothing'), [])
169169

170-
def test_large_color_sort_prefix_is_stripped(self):
170+
def test_colorized_match_is_stripped(self):
171171
theme = get_theme()
172172
match = _color_for_obj('spam', 1, theme)
173173
self.assertEqual(stripcolor(match), 'spam')

0 commit comments

Comments
 (0)