Skip to content

Commit 99a0ff6

Browse files
e2e - fix zset constant
1 parent 47da0c2 commit 99a0ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/helpers/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export enum KeyTypesTexts {
22
Hash = 'Hash',
33
List = 'List',
44
Set = 'Set',
5-
ZSet = 'Zset',
5+
ZSet = 'Sorted Set',
66
String = 'String',
77
ReJSON = 'JSON',
88
Stream = 'STREAM',

0 commit comments

Comments
 (0)