Skip to content

Commit

Permalink
tests: additional ignored tests for future scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Jan 18, 2023
1 parent 89230bd commit cae73dd
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 154 deletions.
2 changes: 1 addition & 1 deletion crates/matrix-sdk/src/sliding_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ impl<'a> Iterator for SlidingSyncViewRequestGenerator<'a> {

#[instrument(skip(ops))]
fn room_ops(
rooms_list: &mut MutableVecLockMut<RoomListEntry>,
rooms_list: &mut MutableVecLockMut<'_, RoomListEntry>,
ops: &Vec<v4::SyncOp>,
room_ranges: &Vec<(usize, usize)>,
) -> Result<(), Error> {
Expand Down
Loading

0 comments on commit cae73dd

Please sign in to comment.