You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subscription_list test [nfc]: Split subscriptions sort test case
Subscription sort is testing too many things:
* Pinned subscriptions are coming before unpinned ones
* Pinned subscriptions are alphabetically ordered
* Unpinned subscriptions are alphabetically ordered
So what this commit does is splitting these test cases up.
Additionally some refactors are applied:
* Factor out 'checkListedStreamIdsEqual' for more concise cases
* Remove unrelated checks from the test case
0 commit comments