diff --git a/tests/ecs/ambiguity_detection.rs b/tests/ecs/ambiguity_detection.rs index 227217385ba07..a8fcf44fc032e 100644 --- a/tests/ecs/ambiguity_detection.rs +++ b/tests/ecs/ambiguity_detection.rs @@ -33,7 +33,7 @@ fn main() { // Over time, we are working to reduce the number: your PR should not increase it. // If you decrease this by fixing an ambiguity, reduce the number to prevent regressions. // See https://github.com/bevyengine/bevy/issues/7386 for progress. - 43, + 44, "Main app has unexpected ambiguities among the following schedules: \n{:#?}.", main_app_ambiguities, );