Commit 244df2a2 authored by Kristin Berry's avatar Kristin Berry
Browse files

test FL500 conversion

parent 658a1208
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +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); 
  EXPECT_NEAR(state[key], 50.0, 1e-8); 
  state[key] = newValue; 
  sensorModel->replaceModelState(state.dump());