mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 06:04:31 -04:00
test: Add a test to verify that interactive self-verification works
This also checks that secrets are gossiped from one device to the other and that the recovery and backup states are correctly updated.
This commit is contained in:
@@ -146,7 +146,7 @@ matrix-sdk-base = { workspace = true, features = ["testing"] }
|
||||
matrix-sdk-test = { workspace = true }
|
||||
once_cell = { workspace = true }
|
||||
serde_urlencoded = "0.7.1"
|
||||
similar-asserts = "1.5.0"
|
||||
similar-asserts = { workspace = true }
|
||||
stream_assert = { workspace = true }
|
||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user