From 4f7f5e4b1fd1077ad134860b32203810ef24c0ce Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 13 Jan 2021 16:21:03 +0100 Subject: Unified join to always use implode --- test/it_url_slow.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/it_url_slow.t b/test/it_url_slow.t index 3462ce2..51da6b9 100755 --- a/test/it_url_slow.t +++ b/test/it_url_slow.t @@ -32,7 +32,7 @@ if (!$res || !$res2) handle_server( is( it_url::get('http://localhost:8000/slow_response'), - join('', it::map('"Testserver slow output $v\n"', range(0, 5))), + implode('', it::map('"Testserver slow output $v\n"', range(0, 5))), 'it_url::get() waits for slow response with continuous output' ) ); -- cgit v1.2.3