Skip to content

Commit

Permalink
Removed duplicate comment from other test
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette committed Jul 26, 2024
1 parent 6d80fa6 commit 75ae2ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/ProjectedCameraTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ TEST_F(ConstVelocityProjectedSensorModel, ConstructFromState) {
std::string modelState = sensorModel->getModelState();
csm::RasterGM * model = getUsgsCsmModelFromState(modelState, UsgsAstroProjectedSensorModel::_SENSOR_MODEL_NAME, NULL);

// When this is different, the output is very hard to parse
// TODO implement JSON diff for gtest

EXPECT_EQ(sensorModel->getModelState(), model->getModelState());
}

Expand Down

0 comments on commit 75ae2ce

Please sign in to comment.