Skip to content

Commit

Permalink
Fix power levels being sent as strings (#789)
Browse files Browse the repository at this point in the history
Yes, `log_if_fail` modifies its inputs. FUN TIMES.
  • Loading branch information
richvdh authored Jan 28, 2020
1 parent df42dc3 commit 1d6e511
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 1d6e511

Please sign in to comment.