Fix tests.

This commit is contained in:
Benoit Marty 2024-05-15 11:55:08 +02:00
parent ef28cf314e
commit 04537bc684
4 changed files with 100 additions and 114 deletions

View file

@ -56,6 +56,7 @@ val A_TRANSACTION_ID = TransactionId("aTransactionId")
const val A_UNIQUE_ID = "aUniqueId"
const val A_ROOM_NAME = "A room name"
const val A_ROOM_RAW_NAME = "A room raw name"
const val A_MESSAGE = "Hello world!"
const val A_REPLY = "OK, I'll be there!"
const val ANOTHER_MESSAGE = "Hello universe!"