Skip to content

Commit cb63007

Browse files
committed
fixup test_await_for naming
1 parent 6c50b8f commit cb63007

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/net/backend/test_all_backends.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def test_metadata_refresh(all_net):
7676
manager.close()
7777

7878

79-
def test_wait_for_success_and_timeout(all_net):
80-
"""The shared ``NetBackend.wait_for`` helper behaves identically on both
79+
def test_await_for_success_and_timeout(all_net):
80+
"""The shared ``NetBackend.await_for`` helper behaves identically on both
8181
backends: a resolved future passes its value through, and a future that
8282
never resolves raises KafkaTimeoutError once the bound elapses."""
8383
async def resolves():

0 commit comments

Comments
 (0)