We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f704f9 commit 8b87284Copy full SHA for 8b87284
lib/SyTest/Federation/Client.pm
@@ -16,8 +16,7 @@ use SyTest::Assertions qw( :all );
16
use URI::Escape qw( uri_escape );
17
18
use constant SUPPORTED_ROOM_VERSIONS => [qw(
19
- 1 2 3 4 5
20
- org.matrix.msc2260
+ 1 2 3 4 5 6
21
)];
22
23
sub configure
tests/32room-versions.pl
@@ -1,7 +1,9 @@
1
2
3
+use SyTest::Federation::Client;
4
+
5
# We test that some basic functionality works across all room versions
-foreach my $version ( qw ( 1 2 3 4 5 ) ) {
6
+foreach my $version ( qw ( 1 2 3 4 5 6 ) ) {
7
multi_test "User can create and send/receive messages in a room with version $version",
8
requires => [ local_user_fixture() ],
9
0 commit comments