Skip to content

Commit

Permalink
Fix typo (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK authored Oct 11, 2022
1 parent fba8ba8 commit 4b68c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/50federation/33room-get-missing-events.pl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
});
};

foreach my $vis (qw( world_readable shared invite joined )) {
foreach my $vis (qw( world_readable shared invited joined )) {
test "Inbound federation can return missing events for $vis visibility",
requires => [ $main::OUTBOUND_CLIENT,
# Setting synced to 1 inserts a m.room.test object into the
Expand Down

0 comments on commit 4b68c52

Please sign in to comment.