mirror of
https://github.com/BlackMATov/curly.hpp.git
synced 2025-12-16 14:11:17 +07:00
rename auto_performer to performer
This commit is contained in:
@@ -80,7 +80,7 @@ namespace
|
||||
}
|
||||
|
||||
TEST_CASE("curly") {
|
||||
net::auto_performer performer;
|
||||
net::performer performer;
|
||||
performer.wait_activity(net::time_ms_t(10));
|
||||
|
||||
SECTION("wait") {
|
||||
@@ -642,7 +642,7 @@ TEST_CASE("curly") {
|
||||
}
|
||||
|
||||
TEST_CASE("curly_examples") {
|
||||
net::auto_performer performer;
|
||||
net::performer performer;
|
||||
|
||||
SECTION("Get Requests") {
|
||||
// makes a GET request and async send it
|
||||
|
||||
Reference in New Issue
Block a user