Skip to content
Prev Previous commit
Next Next commit
remove stray maxDiff from test
  • Loading branch information
belm0 committed Jun 24, 2022
commit a64635c878e532585b19234b1525d84d6359c200
1 change: 0 additions & 1 deletion Lib/test/test_traceback.py
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,6 @@ def __str__(self):
# #### Exception Groups ####

def test_exception_group_basic(self):
self.maxDiff = None
def exc():
if True: raise ExceptionGroup("eg", [ValueError(1), TypeError(2)])

Expand Down