Skip to content

Commit 5c31942

Browse files
authored
Remove redundant assertion for difflib
1 parent c115c09 commit 5c31942

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test__colorize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def test_copy_with(self):
4040
unittest_no_colors = _colorize.Unittest.no_colors()
4141
copy = theme.copy_with(unittest=unittest_no_colors)
4242
self.assertEqual(copy.argparse, theme.argparse)
43-
self.assertEqual(copy.difflib, theme.difflib)
4443
self.assertEqual(copy.syntax, theme.syntax)
4544
self.assertEqual(copy.traceback, theme.traceback)
4645
self.assertEqual(copy.unittest, unittest_no_colors)

0 commit comments

Comments
 (0)