Skip to content

Commit

Permalink
iox-eclipse-iceoryx#887 Fix improperly formatted test_posh_mepoo.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Sokolkov committed Aug 2, 2021
1 parent 82aac0c commit b4457bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iceoryx_posh/test/integrationtests/test_posh_mepoo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,14 +243,14 @@ class Mepoo_IntegrationTest : public Test

void getMempoolInfoFromIntrospection(MemPoolInfoContainer& memPoolInfoContainer)
{

iox::runtime::PoshRuntime::initRuntime("hypnotoad");

iox::popo::SubscriberOptions options;
options.queueCapacity = 1U;
options.historyRequest = 1U;

iox::popo::Subscriber<iox::roudi::MemPoolIntrospectionInfoContainer> subscriber(iox::roudi::IntrospectionMempoolService, options);
iox::popo::Subscriber<iox::roudi::MemPoolIntrospectionInfoContainer> subscriber(
iox::roudi::IntrospectionMempoolService, options);
ASSERT_THAT(subscriber.getSubscriptionState(), iox::SubscribeState::SUBSCRIBED);

iox::popo::WaitSet<1> waitset;
Expand Down

0 comments on commit b4457bb

Please sign in to comment.