Skip to content

Commit cea2348

Browse files
committed
update for hset command test
1 parent 43e9dc8 commit cea2348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/tests/regression/workbench/autocomplete.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ fixture `Autocomplete for entered commands`
2222
test('Verify that user can open the "read more" about the command by clicking on the ">" icon or "ctrl+space"', async t => {
2323
const command = 'HSET';
2424
const commandDetails = [
25-
'HSET key field_value [field_value ...]',
25+
'HSET key data [data ...]',
2626
'Set the string value of a hash field',
2727
'Arguments:',
2828
'required key',
29-
'multiple field_value'
29+
'multiple data'
3030
];
3131

3232
// Type command

0 commit comments

Comments
 (0)