summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-09-19 18:17:26 +0200
committerJoas Schilling <coding@schilljs.com>2023-09-27 08:55:11 +0200
commit6ee75add0498e6f1f972e1cbe85cefd4dc1b0d52 (patch)
tree171a7a2c16c7d89199430fb7483440e6f3bea420 /tests
parentad318aba1e109cae3acd6d63cec216c11ab97df9 (diff)
feat(note-to-self): Create note-to-self conversation for users
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/php/Service/RoomServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/php/Service/RoomServiceTest.php b/tests/php/Service/RoomServiceTest.php
index 387428d90..4786d854e 100644
--- a/tests/php/Service/RoomServiceTest.php
+++ b/tests/php/Service/RoomServiceTest.php
@@ -222,7 +222,7 @@ class RoomServiceTest extends TestCase {
[Room::TYPE_ONE_TO_ONE],
[Room::TYPE_UNKNOWN],
[Room::TYPE_ONE_TO_ONE_FORMER],
- [6],
+ [7],
];
}