mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-30 16:59:52 +00:00
chore: upgrade dependencies and migrate to aws-lc-rs (#1333)
This commit is contained in:
@@ -953,10 +953,10 @@ mod tests {
|
||||
// Wait for all operations to complete
|
||||
let mut successful_operations = 0;
|
||||
for handle in handles {
|
||||
if let Ok(success) = handle.await {
|
||||
if success {
|
||||
successful_operations += 1;
|
||||
}
|
||||
if let Ok(success) = handle.await
|
||||
&& success
|
||||
{
|
||||
successful_operations += 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user