Skip to content

Commit

Permalink
Fix model command api test (gazebosim#2444)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Jun 15, 2024
1 parent 4fde852 commit ed2b64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModelCommandAPI_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ TEST(ModelCommandAPI, GZ_UTILS_TEST_DISABLED_ON_MAC(RgbdCameraSensor))
" - Lens intrinsics Fy: 277\n"
" - Lens intrinsics Cx: 160\n"
" - Lens intrinsics Cy: 120\n"
" - Lens intrinsics skew: 1\n"
" - Lens intrinsics skew: 0\n"
" - Visibility mask: 4294967295\n";
EXPECT_EQ(expectedOutput, output);
}
Expand Down

0 comments on commit ed2b64c

Please sign in to comment.