Skip to content

Commit fdefe87

Browse files
AlexWaygoodhugovk
andauthored
fix patchcheck
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 4320111 commit fdefe87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_ast.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,8 @@ def test_field_attr_existence_deprecated(self):
468468
# The argument is required.
469469
continue
470470
with self.subTest(item):
471-
with self.assertWarns(DeprecationWarning):
472-
x = item()
471+
with self.assertWarns(DeprecationWarning):
472+
x = item()
473473
if isinstance(x, ast.AST):
474474
self.assertEqual(type(x._fields), tuple)
475475

0 commit comments

Comments
 (0)