fix(tests): fix intermittently failing integration tests (#412)

This commit is contained in:
Stanislav Angelovič
2024-02-20 21:57:26 +01:00
parent 0dc0c87cc9
commit fe21ee9656

View File

@ -58,6 +58,8 @@ TEST(AdaptorAndProxy, CanBeConstructedSuccesfully)
ASSERT_NO_THROW(TestAdaptor adaptor(*connection, OBJECT_PATH));
ASSERT_NO_THROW(TestProxy proxy(BUS_NAME, OBJECT_PATH));
connection->releaseName(BUS_NAME);
}
TEST(AProxy, SupportsMoveSemantics)