Skip to content

Commit

Permalink
Update src/Root_TEST.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Nate Koenig <natekoenig@gmail.com>
  • Loading branch information
nkoenig and scpeters authored Oct 15, 2024
1 parent cbc160b commit b713739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Root_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,9 @@ TEST(DOMRoot, ClearActorLightModel)
EXPECT_NE(nullptr, root.Light());
EXPECT_EQ(nullptr, root.Model());
root.ClearActorLightModel();
EXPECT_EQ(nullptr, root.Actor());
EXPECT_EQ(nullptr, root.Light());
EXPECT_EQ(nullptr, root.Model());

sdf::Model model1;
model1.SetName("model1");
Expand Down

0 comments on commit b713739

Please sign in to comment.