Skip to content

Commit e1c44d2

Browse files
committed
fix test
1 parent 4f41be8 commit e1c44d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/sdk/tests/test_resource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ BOOST_AUTO_TEST_CASE(test_linkconfig) {
180180
BOOST_AUTO_TEST_CASE(test_resource) {
181181
ResourceConfig resource1("type");
182182
BOOST_CHECK_EQUAL(resource1.api().to_string(), "rdk:type:");
183-
BOOST_CHECK_EQUAL(resource1.frame()->get_parent(), "");
183+
BOOST_CHECK(!resource1.frame());
184184
BOOST_CHECK_EQUAL(resource1.model().to_string(), "rdk:builtin:builtin");
185185
BOOST_CHECK_EQUAL(resource1.name(), "");
186186
BOOST_CHECK_EQUAL(resource1.namespace_(), "");

0 commit comments

Comments
 (0)