mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-15 10:03:26 -05:00
The test does the following: 1. Create 2 (identical) lists, 2. Do a sync. 3. Assert that the 1st and 2nd lists are receiving an update, 4. Add a 3rd (identical) list, 5. Do a new sync, 6. Assert that 3rd list is receiving an update. This last step is wrong. All lists should receive an update as they are identical.