mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-07-31 18:07:23 -04:00
Adds two integration tests under `matrix-sdk-integration-testing` exercising the wire endpoints end to end: a direct `create` → `rehydrate` round trip with a locally generated pickle key, and a `start` lifecycle that resolves the pickle key out of Secret Storage and asserts that two consecutive `start` calls upload distinct device IDs. Signed-off-by: Jason Volk <jason@zemos.net>