Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 7403e9f

Browse files
committed
Fixed test name
1 parent 5316049 commit 7403e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/asynctests/test_longrunning_receive_async.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async def pump(_pid, receiver, _args, _dl):
7979
raise
8080

8181

82-
def test_long_running_receive():
82+
def test_long_running_receive_async():
8383
parser = argparse.ArgumentParser()
8484
parser.add_argument("--duration", help="Duration in seconds of the test", type=int, default=30)
8585
parser.add_argument("--consumer", help="Consumer group name", default="$default")
@@ -130,4 +130,4 @@ def test_long_running_receive():
130130

131131

132132
if __name__ == '__main__':
133-
test_long_running_receive()
133+
test_long_running_receive_async()

0 commit comments

Comments
 (0)