mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-09 04:30:20 +08:00
test(gateway): satisfy Rust 1.95 integer lint
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user