mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-21 15:47:54 -04:00
Many of our tests make use of `assert_let` for checking that some value comes out of a stream, while they could use `assert_let_timeout`, which provides better ergonomics when the expected value doesn't arrive immediately, by failing quickly. This converts a few instances, making those tests easier to debug in the future, would they fail again.