Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
finnagin authored Feb 18, 2025
1 parent 2f0bd64 commit 0ced556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/test/asyncio_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def setUp(self):
setup_with_context_manager(self, warnings.catch_warnings())
warnings.filterwarnings(
"ignore",
message="'asyncio.set_event_loop_policy' is deprecated",
message="'asyncio.get_event_loop_policy' is deprecated",
category=DeprecationWarning,
)
self.orig_policy = asyncio.get_event_loop_policy()
Expand Down

0 comments on commit 0ced556

Please sign in to comment.