Skip to content

Commit 47669b3

Browse files
authored
Update Lib/test/test_unittest/test_async_case.py
1 parent d16c827 commit 47669b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_unittest/test_async_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def test_loop_factory(self):
488488
asyncio.set_event_loop_policy(None)
489489

490490
class TestCase1(unittest.IsolatedAsyncioTestCase):
491-
loop_factory = asyncio.EvetLoop
491+
loop_factory = asyncio.EventLoop
492492

493493
async def test_demo1(self):
494494
pass

0 commit comments

Comments
 (0)