mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 23:44:53 -04:00
chore(sdk): Make Clippy happy.
This commit is contained in:
@@ -1167,7 +1167,7 @@ mod tests {
|
||||
assert_eq!(request.ranges, [ $( (uint!( $range_start ), uint!( $range_end )) ),* ]);
|
||||
|
||||
// Fake a response.
|
||||
let _ = $list.handle_response($maximum_number_of_rooms, &vec![], &vec![]);
|
||||
let _ = $list.handle_response($maximum_number_of_rooms, &[], &[]);
|
||||
|
||||
assert_eq!($list.inner.request_generator.read().unwrap().is_fully_loaded(), $is_fully_loaded);
|
||||
assert_eq!($list.state(), SlidingSyncState::$list_state);
|
||||
|
||||
Reference in New Issue
Block a user