@@ -1467,7 +1467,7 @@ def test_exception_group_width_limit(self):
14671467 ' +---------------- 15 ----------------\n '
14681468 ' | ValueError: 14\n '
14691469 ' +---------------- ... ----------------\n '
1470- ' | and 985 more exceptions\n '
1470+ ' | and 985 more exceptions\n '
14711471 ' +------------------------------------\n ' )
14721472
14731473 report = self .get_report (eg )
@@ -1520,7 +1520,7 @@ def test_exception_group_depth_limit(self):
15201520 ' +-+---------------- 1 ----------------\n '
15211521 ' | ValueError: 990\n '
15221522 ' +---------------- 2 ----------------\n '
1523- ' | ... (max_group_depth is 10)\n '
1523+ ' | ... (max_group_depth is 10)\n '
15241524 ' +---------------- 3 ----------------\n '
15251525 ' | ValueError: -990\n '
15261526 ' +------------------------------------\n '
@@ -2361,7 +2361,7 @@ def test_max_group_width(self):
23612361 f' +---------------- 2 ----------------' ,
23622362 f' | ValueError: 1' ,
23632363 f' +---------------- ... ----------------' ,
2364- f' | and 1 more exception' ,
2364+ f' | and 1 more exception' ,
23652365 f' +------------------------------------' ,
23662366 f' +---------------- 2 ----------------' ,
23672367 f' | ExceptionGroup: eg2' ,
@@ -2370,7 +2370,7 @@ def test_max_group_width(self):
23702370 f' +---------------- 2 ----------------' ,
23712371 f' | TypeError: 1' ,
23722372 f' +---------------- ... ----------------' ,
2373- f' | and 8 more exceptions' ,
2373+ f' | and 8 more exceptions' ,
23742374 f' +------------------------------------' ,
23752375 f'' ]
23762376
@@ -2393,7 +2393,7 @@ def test_max_group_depth(self):
23932393 f' +-+---------------- 1 ----------------' ,
23942394 f' | ValueError: -1' ,
23952395 f' +---------------- 2 ----------------' ,
2396- f' | ... (max_group_depth is 2)' ,
2396+ f' | ... (max_group_depth is 2)' ,
23972397 f' +---------------- 3 ----------------' ,
23982398 f' | ValueError: 1' ,
23992399 f' +------------------------------------' ,
0 commit comments