Fix GetObjectPath() in integration tests

This commit is contained in:
sangelovic
2020-07-18 20:30:51 +02:00
parent bded067496
commit cc8d88cc64
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ TEST_F(SdbusTestObject, CallsMethodWithSignatureSuccesfully)
TEST_F(SdbusTestObject, CallsMethodWithObjectPathSuccesfully)
{
auto resObjectPath = m_proxy->getObjectPath();
auto resObjectPath = m_proxy->getObjPath();
ASSERT_THAT(resObjectPath, Eq(OBJECT_PATH_VALUE));
}