We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c50b8f commit cb63007Copy full SHA for cb63007
1 file changed
test/net/backend/test_all_backends.py
@@ -76,8 +76,8 @@ def test_metadata_refresh(all_net):
76
manager.close()
77
78
79
-def test_wait_for_success_and_timeout(all_net):
80
- """The shared ``NetBackend.wait_for`` helper behaves identically on both
+def test_await_for_success_and_timeout(all_net):
+ """The shared ``NetBackend.await_for`` helper behaves identically on both
81
backends: a resolved future passes its value through, and a future that
82
never resolves raises KafkaTimeoutError once the bound elapses."""
83
async def resolves():
0 commit comments