Skip to content

Commit 8b87284

Browse files
committed
Add version 6.
1 parent 9f704f9 commit 8b87284

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/SyTest/Federation/Client.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ use SyTest::Assertions qw( :all );
1616
use URI::Escape qw( uri_escape );
1717

1818
use constant SUPPORTED_ROOM_VERSIONS => [qw(
19-
1 2 3 4 5
20-
org.matrix.msc2260
19+
1 2 3 4 5 6
2120
)];
2221

2322
sub configure

tests/32room-versions.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
use URI::Escape qw( uri_escape );
22

3+
use SyTest::Federation::Client;
4+
35
# We test that some basic functionality works across all room versions
4-
foreach my $version ( qw ( 1 2 3 4 5 ) ) {
6+
foreach my $version ( qw ( 1 2 3 4 5 6 ) ) {
57
multi_test "User can create and send/receive messages in a room with version $version",
68
requires => [ local_user_fixture() ],
79

0 commit comments

Comments
 (0)