Fix typo
This commit is contained in:
parent
bb083b1d19
commit
38fec0b0a9
@ -45,7 +45,7 @@ mod tests {
|
|||||||
let ev = RoomKeyEvent {
|
let ev = RoomKeyEvent {
|
||||||
content: RoomKeyEventContent {
|
content: RoomKeyEventContent {
|
||||||
algorithm: Algorithm::MegolmV1AesSha2,
|
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_id: "SessId".into(),
|
||||||
session_key: "SessKey".into(),
|
session_key: "SessKey".into(),
|
||||||
},
|
},
|
||||||
@ -57,7 +57,7 @@ mod tests {
|
|||||||
"type": "m.room_key",
|
"type": "m.room_key",
|
||||||
"content": {
|
"content": {
|
||||||
"algorithm": "m.megolm.v1.aes-sha2",
|
"algorithm": "m.megolm.v1.aes-sha2",
|
||||||
"room_id": "!testroomid:exmaple.org",
|
"room_id": "!testroomid:example.org",
|
||||||
"session_id": "SessId",
|
"session_id": "SessId",
|
||||||
"session_key": "SessKey",
|
"session_key": "SessKey",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user