kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix reducers/user_lists test
rodzic
dec89cb236
commit
fd6899b6cb
|
@ -14,8 +14,6 @@ describe('user_lists reducer', () => {
|
||||||
blocks: { next: null, items: ImmutableOrderedSet(), isLoading: false },
|
blocks: { next: null, items: ImmutableOrderedSet(), isLoading: false },
|
||||||
mutes: { next: null, items: ImmutableOrderedSet(), isLoading: false },
|
mutes: { next: null, items: ImmutableOrderedSet(), isLoading: false },
|
||||||
directory: { next: null, items: ImmutableOrderedSet(), isLoading: true },
|
directory: { next: null, items: ImmutableOrderedSet(), isLoading: true },
|
||||||
groups: {},
|
|
||||||
groups_removed_accounts: {},
|
|
||||||
pinned: {},
|
pinned: {},
|
||||||
birthday_reminders: {},
|
birthday_reminders: {},
|
||||||
familiar_followers: {},
|
familiar_followers: {},
|
||||||
|
|
Ładowanie…
Reference in New Issue