Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(ui): Test that
RoomList
receives State
updates even if the s…
…ame. `RoomList::state` provides a `Subscriber` to the `State`. This patch modifies the way the state is tested, to ensure that there is always an update broadcasted even if the state is the same (e.g. if the state moves from `CarryOn` to `CarryOn`).
- Loading branch information