Skip to content

Commit d1c9f38

Browse files
akbakb
authored andcommitted
Rename map then apply test
1 parent 10e788e commit d1c9f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asynch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __exit__(self, *args):
4242
self.elapsed = self.end - self.start
4343

4444

45-
def test_cli_async_chain_map_apply(runner, reactor, server):
45+
def test_cli_async_map_then_apply(runner, reactor, server):
4646
base_url = "http://localhost:8080/?delay={}\n"
4747

4848
in_stream = "".join(base_url.format(i) for i in [1, 2, 3, 4, 5] * 9)

0 commit comments

Comments
 (0)