Commit ba3bb949 authored by Stefan Behnel's avatar Stefan Behnel

minor name fix in test

parent 2c3fc4fa
...@@ -991,7 +991,7 @@ def test_delegating_generators_claim_to_be_running_close(): ...@@ -991,7 +991,7 @@ def test_delegating_generators_claim_to_be_running_close():
def __next__(self): def __next__(self):
return 42 return 42
next = __next__ next = __next__
def close(self_): def close(self):
assert g1.gi_running assert g1.gi_running
try: try:
next(g1) next(g1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment