Files
matrix-rust-sdk/testing/matrix-sdk-integration-testing/src/tests.rs
Andy Balaam 06825c6385 crypto: Test for the NSE race bug #3110
Adds a test for https://github.com/matrix-org/matrix-rust-sdk/issues/3110
that fails before the fix and passes afterwards.
2024-05-13 13:55:04 +01:00

11 lines
150 B
Rust

mod auth;
mod e2ee;
mod invitations;
mod nse;
mod reactions;
mod redaction;
mod repeated_join;
mod room;
mod room_directory_search;
mod sliding_sync;