chore: added default ctor for ClientProtocolTest (to initialize members properly)

pull/50/head
Falk Werner 5 years ago
parent e21c716d34
commit c6265aeaf7

@ -17,6 +17,15 @@ namespace
class ClientProtocolTest: public ::testing::Test class ClientProtocolTest: public ::testing::Test
{ {
public:
ClientProtocolTest()
: server(nullptr)
, config(nullptr)
, protocol(nullptr)
{
// empty
}
protected: protected:
void SetUp() void SetUp()
{ {

Loading…
Cancel
Save