Skip to content

Commit

Permalink
Update test_world.py
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Apr 1, 2021
1 parent 48fd999 commit 22eb2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scenario/test_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_world_api(gazebo: scenario.GazeboSimulator):
assert world.insert_model(cube_urdf)
assert len(world.model_names()) == 1

default_model_name = scenario.get_model_name_from_sdf(cube_urdf, 0)
default_model_name = scenario.get_model_name_from_sdf(cube_urdf)
assert default_model_name in world.model_names()
cube1 = world.get_model(default_model_name)
# TODO: assert cube1
Expand Down

0 comments on commit 22eb2cf

Please sign in to comment.