Skip to content

Commit

Permalink
chore: Fix some invalid test data
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Jul 18, 2024
1 parent 60ed367 commit a18f90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-crypto/src/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4102,7 +4102,7 @@ pub(crate) mod tests {
"sender_claimed_keys": {
"ed25519": "F4P7f1Z0RjbiZMgHk1xBCG3KC4/Ng9PmxLJ4hQ13sHA"
},
"forwarding_curve25519_key_chain": ["DBPC2zr6c9qimo9YRFK3RVr0Two/I6ODb9mbsToZN3Q", "bBc/qzZFOOKshMMT+i4gjS/gWPDoKfGmETs9yfw9430"]
"forwarding_curve25519_key_chain": []
});

let backed_up_room_key: BackedUpRoomKey = serde_json::from_value(data).unwrap();
Expand Down

0 comments on commit a18f90b

Please sign in to comment.