Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/30rooms/60version_upgrade.pl
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ sub upgrade_room_synced {
$creator, $room_id, sub {
( $pl_content ) = @_;
$pl_content->{users}->{'@test:xyz'} = 40;
log_if_fail "PL content in old room", $pl_content;
}
)->then( sub {
matrix_sync( $creator );
Expand Down