tests: Update mock implementation in StreamConnectionCard tests to include profiles in playlists store

This commit is contained in:
SergeantPanda 2026-04-22 16:18:01 -05:00
parent 29228612aa
commit 09a43e4d81

View file

@ -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({