Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GauravKumar9920 committed Mar 18, 2024
1 parent c674457 commit b0ca931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/thruster.cc
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ void ThrusterTest::TestWorld(const std::string &_world,

// Check no movement because of invalid commands
fixture.Server()->Run(true, 100, false);
ASSERT_FALSE(modelPoses.Pos().X().empty())
EXPECT_DOUBLE_EQ(0.0, modelPoses.back().Pos().X());
EXPECT_EQ(100u, modelPoses.size());
EXPECT_EQ(100u, propellerAngVels.size());
Expand Down

0 comments on commit b0ca931

Please sign in to comment.