Skip to content

Commit

Permalink
test: update past data expectation with wiggle room for CSSI rollover (
Browse files Browse the repository at this point in the history
…#308)

test: update past data failure expectation with wiggle room for CSSI rollover
  • Loading branch information
kyle-cochran authored Jan 2, 2024
1 parent c68e61e commit bb710b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4434,8 +4434,8 @@ INSTANTIATE_TEST_SUITE_P(
OpenSpaceToolkit_Astrodynamics_Trajectory_Orbit_Models_Propagator_Data_Failure,
testing::Values(
std::make_tuple(
Instant::Now() - Duration::Weeks(52 * 6.0),
Instant::Now() - Duration::Weeks(52 * 5.9),
Instant::Now() - Duration::Weeks(52 * 6.2),
Instant::Now() - Duration::Weeks(52 * 6.3),
Duration::Days(7),
"NRLMSISE Past Data limit fail"
),
Expand Down

0 comments on commit bb710b4

Please sign in to comment.