Skip to content

Commit

Permalink
Update src/utilities/geometry/Test/ThreeJS_GTest.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec authored Sep 6, 2021
1 parent f3dd7c1 commit fa11f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/geometry/Test/ThreeJS_GTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TEST_F(GeometryFixture, ThreeJS) {
// checking user data
std::vector<ThreeSceneChild> sceneChildren = scene->object().children();
for (const ThreeSceneChild& sceneChild : sceneChildren) {
EXPECT_DOUBLE_EQ(1, double(sceneChild.userData().airLoopHVACNames().size()));
EXPECT_EQ(1, sceneChild.userData().airLoopHVACNames().size());
}

// checking metadata
Expand Down

0 comments on commit fa11f06

Please sign in to comment.