Commit 658a1208 authored by Kristin Berry's avatar Kristin Berry
Browse files

test FL500 conversion

parent 71b95c43
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -240,6 +240,7 @@ TEST_F(FrameIsdTest, FL500_OffBody4) {
  UsgsAstroFrameSensorModel* sensorModel = createModel(isd);
  std::string modelState = sensorModel->getModelState(); 
  auto state = json::parse(modelState);
  EXPECT_NEAR(state[key], 50.0); 
  state[key] = newValue; 
  sensorModel->replaceModelState(state.dump());