Skip to content

Commit ce33ad5

Browse files
committed
[E2E] Fix Bloom and Cuckoo groups
1 parent d926c53 commit ce33ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/regression/cli/cli-command-helper.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ test
215215
test
216216
.meta({ env: env.web, rte: rte.standalone })
217217
('Verify that user can work with Bloom groups in Command Helper (RedisBloom module)', async t => {
218-
filteringGroups = ['Bloom', 'CMS', 'TDigest', 'TopK', 'Cuckoo'];
218+
filteringGroups = ['Bf', 'CMS', 'TDigest', 'TopK', 'Cf'];
219219
commandsToCheck = [
220220
'BF.MEXISTS',
221221
'CMS.QUERY',

0 commit comments

Comments
 (0)