mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-09 16:34:32 -04:00
This patch improves `test_media_content` to ensure that, in case of multiple medias, only the expected ones are removed. Previously, the test wasn't testing _other_ medias that should be kept in case of removals. This patch continues to improve `test_media_content` to ensure that the content of the media are the expected ones. Finally, this patch updates the `MemoryStore` implementation to make tests happy.