Skip to content

Commit 6fd8e50

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9bd4714 commit 6fd8e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/run-generators.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ def test_same_names() -> None:
903903
assert list(gen_throw()) == [84]
904904

905905
with assertRaises(UnboundLocalError, "local variable 'send' referenced before assignment"):
906-
# this test verifies that the attribute name matches the variable name
906+
# this test verifies that the attribute name matches the variable name
907907
# in the input code, since internally it's generated with a prefix.
908908
list(undefined())
909909

0 commit comments

Comments
 (0)