Skip to content

Commit

Permalink
make it work with changes from matrix-org#3517
Browse files Browse the repository at this point in the history
  • Loading branch information
uhoreg committed Jun 27, 2024
1 parent 6c5f3dc commit 7273f28
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1349,6 +1349,7 @@ mod tests {
.create_outbound_session(
&alice_device,
&BTreeMap::from([(alice_otk_id.clone(), alice_otk.clone())]),
bob_account.device_keys(),
)
.unwrap();
let content = session.encrypt(&alice_device, "m.dummy", json!({}), None).await.unwrap();
Expand Down Expand Up @@ -1413,6 +1414,7 @@ mod tests {
.create_outbound_session(
&alice_device,
&BTreeMap::from([(alice_otk_id.clone(), alice_otk.clone())]),
bob_account.device_keys(),
)
.unwrap();
let content = session.encrypt(&alice_device, "m.dummy", json!({}), None).await.unwrap();
Expand Down

0 comments on commit 7273f28

Please sign in to comment.