Skip to content

Commit d5cefb8

Browse files
author
Charulata Lodha
committed
fix test
1 parent e0d5071 commit d5cefb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-async-await.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ async def f() -> AsyncGenerator[Any, Any]:
705705
async def h() -> Any:
706706
yield 0
707707

708-
async def g(): # E: Function is missing a type annotation
708+
async def g(): # E: Function is missing a return type annotation
709709
yield 0
710710
[builtins fixtures/async_await.pyi]
711711
[typing fixtures/typing-async.pyi]

0 commit comments

Comments
 (0)