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 36e7951 commit 9ad0446
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 @@ -116,7 +116,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 9ad0446

Please sign in to comment.