Skip to content
Snippets Groups Projects
Commit 493d682c authored by Sreekanth Arikatla's avatar Sreekanth Arikatla
Browse files

BUG: Fix scene light test

parent 5bf2da77
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ TEST(imstkSceneTest, add_remove_lights)
// Add another light with the same name
auto light0_2 = std::make_shared<DirectionalLight>();
m_scene.addLight("light1", light0_2);
m_scene.addLight("light0", light0_2);
EXPECT_NE(m_scene.getLight("light0"), light0_2);
// test remove light
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment