Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
  • Loading branch information
adlarkin committed Mar 23, 2021
1 parent a6c1af7 commit 1890cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dartsim/src/SimulationFeatures_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ bool StepWorld(const TestWorldPtr &_world, bool _firstTime,
if (_firstTime && (i == 0))
{
EXPECT_FALSE(
output.Get<ignition::physics::WorldPoses>().entries.empty());
output.Get<ignition::physics::ChangedWorldPoses>().entries.empty());
checkedOutput = true;
}
}
Expand Down
2 changes: 1 addition & 1 deletion tpe/plugin/src/SimulationFeatures_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ bool StepWorld(const TestWorldPtr &_world, bool _firstTime,
if (_firstTime && (i == 0))
{
EXPECT_FALSE(
output.Get<ignition::physics::WorldPoses>().entries.empty());
output.Get<ignition::physics::ChangedWorldPoses>().entries.empty());
checkedOutput = true;
}
}
Expand Down

0 comments on commit 1890cb0

Please sign in to comment.