Skip to content

Commit 32e696c

Browse files
refactor: rename test case (related to highlighting)
1 parent 488c1a7 commit 32e696c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_dis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2641,7 +2641,7 @@ def test_specialized_code(self):
26412641
self.check_output(source, expect, flag)
26422642

26432643
@force_colorized_test_class
2644-
class DisColored(unittest.TestCase):
2644+
class DisColoredTests(unittest.TestCase):
26452645
def get_colored_output(self, func):
26462646
output = io.StringIO()
26472647

0 commit comments

Comments
 (0)