diff --git a/tests/integrationtests/DBusGeneralTests.cpp b/tests/integrationtests/DBusGeneralTests.cpp index 0e5b356..1164f6c 100644 --- a/tests/integrationtests/DBusGeneralTests.cpp +++ b/tests/integrationtests/DBusGeneralTests.cpp @@ -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)