Skip to content

Commit

Permalink
fix INTEGRATION_save_world's SdfGeneratorFixture.ModelWithNestedInclu…
Browse files Browse the repository at this point in the history
…des test

Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Sep 27, 2023
1 parent 7c06978 commit 409d8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/save_world.cc
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ TEST_F(SdfGeneratorFixture, ModelWithNestedIncludes)
ASSERT_NE(nullptr, uri);
ASSERT_NE(nullptr, uri->GetText());
EXPECT_EQ(
"https://fuel.gazebosim.org/1.0/openrobotics/models/coke can/2",
"https://fuel.gazebosim.org/1.0/openrobotics/models/coke can/3",
std::string(uri->GetText()));

name = include->FirstChildElement("name");
Expand Down

0 comments on commit 409d8c5

Please sign in to comment.