This commit is contained in:
Jonas Platte 2020-05-24 19:05:17 +02:00
parent bb083b1d19
commit 38fec0b0a9
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -45,7 +45,7 @@ mod tests {
let ev = RoomKeyEvent {
content: RoomKeyEventContent {
algorithm: Algorithm::MegolmV1AesSha2,
room_id: RoomId::try_from("!testroomid:exmaple.org").unwrap(),
room_id: RoomId::try_from("!testroomid:example.org").unwrap(),
session_id: "SessId".into(),
session_key: "SessKey".into(),
},
@ -57,7 +57,7 @@ mod tests {
"type": "m.room_key",
"content": {
"algorithm": "m.megolm.v1.aes-sha2",
"room_id": "!testroomid:exmaple.org",
"room_id": "!testroomid:example.org",
"session_id": "SessId",
"session_key": "SessKey",
},