mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-21 01:05:30 +00:00
tests: Update mock implementation in StreamConnectionCard tests to include profiles in playlists store
This commit is contained in:
parent
29228612aa
commit
09a43e4d81
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ const setupLocation = (pathname = '/stats') => {
|
|||
|
||||
const setupStores = () => {
|
||||
vi.mocked(usePlaylistsStore).mockImplementation((selector) =>
|
||||
selector({ playlists: [] })
|
||||
selector({ playlists: [], profiles: {} })
|
||||
);
|
||||
vi.mocked(useSettingsStore).mockImplementation((selector) =>
|
||||
selector({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue