diff --git a/core/test/test_container.cpp b/core/test/test_container.cpp index a9e81ffc..50f91936 100644 --- a/core/test/test_container.cpp +++ b/core/test/test_container.cpp @@ -196,7 +196,7 @@ protected: Container container; InterfacePtr dummy; - InitTest() : ::testing::Test(), dummy(new Interface) {} + InitTest() : ::testing::Test{}, robot_model{ getModel() }, dummy{ new Interface } {} void pushInterface(bool start = true, bool end = true) { // pretend, that the container is connected