mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 23:44:53 -04:00
crypto: Fix an invalid assert in the crypto bench
This commit is contained in:
@@ -213,7 +213,7 @@ pub fn room_key_sharing(c: &mut Criterion) {
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
assert!(requests.len() >= 8);
|
||||
assert!(!requests.is_empty());
|
||||
|
||||
for request in requests {
|
||||
machine
|
||||
@@ -249,7 +249,7 @@ pub fn room_key_sharing(c: &mut Criterion) {
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
assert!(requests.len() >= 8);
|
||||
assert!(!requests.is_empty());
|
||||
|
||||
for request in requests {
|
||||
machine
|
||||
|
||||
Reference in New Issue
Block a user