Skip to content

Commit

Permalink
Merge pull request #1246 from matrix-org/s7evink/roomsummary
Browse files Browse the repository at this point in the history
Join room synced for room summary tests
  • Loading branch information
S7evinK committed Apr 26, 2022
2 parents a1b3533 + 088b5a0 commit a46b05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/31sync/16room-summary.pl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
( $room_id ) = @_;
matrix_join_room_synced( $bob, $room_id );
})->then( sub {
matrix_join_room( $charlie, $room_id );
matrix_join_room_synced( $charlie, $room_id );
})->then( sub {
matrix_sync( $alice, filter => $filter_id );
})->then( sub {
Expand Down Expand Up @@ -70,7 +70,7 @@
})->then( sub {
matrix_join_room_synced( $bob, $room_id );
})->then( sub {
matrix_join_room( $charlie, $room_id );
matrix_join_room_synced( $charlie, $room_id );
})->then( sub {
matrix_sync( $alice, filter => $filter_id );
})->then( sub {
Expand Down

0 comments on commit a46b05a

Please sign in to comment.