Skip to content

Commit fc996a4

Browse files
committed
fix tests
1 parent deb3752 commit fc996a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-query-orchestrator/test/unit/QueryQueue.abstract.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export const QueryQueueTest = (name: string, options: QueryQueueTestOptions = {}
323323
expect(processUidRE.test(key3.split('@')[1])).toBeTruthy();
324324

325325
if (options.cacheAndQueueDriver === 'cubestore') {
326-
expect(queue.redisHash('string')).toBe('095d71cf12556b9d5e330ad575b3df5d');
326+
expect(queue.redisHash('string')).toBe('7aeaa28c6474df82129b9fe0d65c3ae4');
327327
} else {
328328
expect(queue.redisHash('string')).toBe('string');
329329
}

0 commit comments

Comments
 (0)