it('should add the clientID value to the channel key in the channels hash', async () => {
            const encodedValues = await redis.hGet(
                dataStore.channelsKey,
                channel
            );