tests: Update channel stats test to include clients in channel data
Some checks failed
CI Pipeline / prepare (push) Has been cancelled
Build and Push Multi-Arch Docker Image / build-and-push (push) Has been cancelled
Frontend Tests / test (push) Has been cancelled
CI Pipeline / docker (amd64, ubuntu-24.04) (push) Has been cancelled
CI Pipeline / docker (arm64, ubuntu-24.04-arm) (push) Has been cancelled
CI Pipeline / create-manifest (push) Has been cancelled

This commit is contained in:
SergeantPanda 2026-04-23 19:37:46 -05:00
parent 972d214631
commit d77eb9e2ec

View file

@ -310,7 +310,9 @@ describe('useChannelsStore', () => {
});
const newStats = {
channels: [{ channel_id: 'uuid-1', clients: [] }],
channels: [
{ channel_id: 'uuid-1', clients: [{ client_id: 'client-1' }] },
],
};
act(() => {