Skip to content

Commit

Permalink
Small comment fixes for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Feb 18, 2020
1 parent ac23101 commit 748fcd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/30rooms/12thirdpartyinvite.pl
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
matrix_create_and_join_room(
[ $creator, $inviter ],
visibility => "private",
preset => "private_chat",
preset => "private_chat", # Allow default PL users to invite others
with_invite => 1,
)->then( sub {
my ( $room_id ) = @_;
Expand Down
3 changes: 1 addition & 2 deletions tests/41end-to-end-keys/06-device-lists.pl
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,7 @@ sub sync_until_user_in_device_list

matrix_create_room( $creator,
invite => [ $remote_user->user_id ],
# Allow default PL users to invite others
preset => "private_chat",
preset => "private_chat", # Allow default PL users to invite others
)->then( sub {
( $room_id ) = @_;

Expand Down

0 comments on commit 748fcd9

Please sign in to comment.