test(gateway): satisfy Rust 1.95 integer lint

This commit is contained in:
ZheFox
2026-09-04 18:01:19 +08:00
parent 206995645b
commit 86f7cc0d58
@@ -684,7 +684,7 @@ mod tests {
.unwrap_or_default();
// One Arc is retained by the map and every active request
// owns one through its leader guard or follower state.
if participant_count >= participants + 1 {
if participant_count > participants {
break;
}
tokio::task::yield_now().await;