@@ -1467,7 +1467,7 @@ def test_exception_group_width_limit(self):
1467
1467
' +---------------- 15 ----------------\n '
1468
1468
' | ValueError: 14\n '
1469
1469
' +---------------- ... ----------------\n '
1470
- ' | and 985 more exceptions\n '
1470
+ ' | and 985 more exceptions\n '
1471
1471
' +------------------------------------\n ' )
1472
1472
1473
1473
report = self .get_report (eg )
@@ -1520,7 +1520,7 @@ def test_exception_group_depth_limit(self):
1520
1520
' +-+---------------- 1 ----------------\n '
1521
1521
' | ValueError: 990\n '
1522
1522
' +---------------- 2 ----------------\n '
1523
- ' | ... (max_group_depth is 10)\n '
1523
+ ' | ... (max_group_depth is 10)\n '
1524
1524
' +---------------- 3 ----------------\n '
1525
1525
' | ValueError: -990\n '
1526
1526
' +------------------------------------\n '
@@ -2361,7 +2361,7 @@ def test_max_group_width(self):
2361
2361
f' +---------------- 2 ----------------' ,
2362
2362
f' | ValueError: 1' ,
2363
2363
f' +---------------- ... ----------------' ,
2364
- f' | and 1 more exception' ,
2364
+ f' | and 1 more exception' ,
2365
2365
f' +------------------------------------' ,
2366
2366
f' +---------------- 2 ----------------' ,
2367
2367
f' | ExceptionGroup: eg2' ,
@@ -2370,7 +2370,7 @@ def test_max_group_width(self):
2370
2370
f' +---------------- 2 ----------------' ,
2371
2371
f' | TypeError: 1' ,
2372
2372
f' +---------------- ... ----------------' ,
2373
- f' | and 8 more exceptions' ,
2373
+ f' | and 8 more exceptions' ,
2374
2374
f' +------------------------------------' ,
2375
2375
f'' ]
2376
2376
@@ -2393,7 +2393,7 @@ def test_max_group_depth(self):
2393
2393
f' +-+---------------- 1 ----------------' ,
2394
2394
f' | ValueError: -1' ,
2395
2395
f' +---------------- 2 ----------------' ,
2396
- f' | ... (max_group_depth is 2)' ,
2396
+ f' | ... (max_group_depth is 2)' ,
2397
2397
f' +---------------- 3 ----------------' ,
2398
2398
f' | ValueError: 1' ,
2399
2399
f' +------------------------------------' ,
0 commit comments