Skip to content

Commit

Permalink
iox-eclipse-iceoryx#341 default ctor issue solved
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Eltzschig <me@elchris.org>
  • Loading branch information
elfenpiff committed Dec 17, 2020
1 parent 9956377 commit 863ff4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceoryx_binding_c/test/moduletests/test_event_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class iox_event_info_test : public Test


static UserTrigger* m_lastEventCallbackArgument;
ConditionVariableData m_condVar;
ConditionVariableData m_condVar{"myApp"};
WaitSetMock m_waitSet{&m_condVar};
UserTrigger m_userTrigger;

Expand Down

0 comments on commit 863ff4d

Please sign in to comment.