generated from Sithas/conan_template
Переименование фикстуры
This commit is contained in:
+3
-5
@@ -10,7 +10,7 @@
|
||||
|
||||
namespace uad
|
||||
{
|
||||
class F {
|
||||
class AuthRegistrationExecutorTestFixture {
|
||||
public:
|
||||
using RouteAuthRegistrationExecutor = AuthRegistrationExecutor<boost::beast::http::string_body,
|
||||
std::allocator<char>,
|
||||
@@ -28,9 +28,7 @@ public:
|
||||
|
||||
Request req;
|
||||
|
||||
F();
|
||||
~F();
|
||||
|
||||
int i;
|
||||
AuthRegistrationExecutorTestFixture();
|
||||
~AuthRegistrationExecutorTestFixture();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user