From 9f6aa2d851b8822e7d939a249d146c31ed638275 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sat, 17 Jan 2026 09:44:18 -0500 Subject: [PATCH] add a 'REQUIRE' for the moon integration test --- tests/test_moon_orbits.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_moon_orbits.cpp b/tests/test_moon_orbits.cpp index befca5b..6950979 100644 --- a/tests/test_moon_orbits.cpp +++ b/tests/test_moon_orbits.cpp @@ -260,5 +260,7 @@ TEST_CASE("Combined solar system with all moons - parent stability", "[moon][int << " at day " << change.time_days); } + REQUIRE(parent_changes.size() == 0); + destroy_simulation(sim); }