Skip to content

Commit 5758755

Browse files
committed
Fix CI
1 parent b262219 commit 5758755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def testSyntaxErrorOffset(self):
248248
check('[\nfile\nfor str(file)\nin\n[]\n]', 3, 5)
249249
check('[file for\n str(file) in []]', 2, 2)
250250
check("ages = {'Alice'=22, 'Bob'=23}", 1, 9)
251-
check('match ...:\n case {**rest, "key": value}:\n ...', 2, 19)
251+
check('match ...:\n case {**rest, "key": value}:\n ...', 2, 10)
252252
check("[a b c d e f]", 1, 2)
253253
check("for x yfff:", 1, 7)
254254
check("f(a for a in b, c)", 1, 3, 1, 15)

0 commit comments

Comments
 (0)