forked from Kistler-Group/sdbus-cpp
fix(tests): fix intermittently failing integration tests (#412)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user