Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Apr 21, 2023
1 parent 1f7e49b commit 8134213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctests/string-set-get-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ await client.connect();
await client.set('bike:1', 'Process 134');
const value = await client.get('bike:1');
console.log(value);
// returns 'bar'
// returns 'Process 134'
//REMOVE_START
assert.equal(value, 'bar');
//REMOVE_END
Expand Down

0 comments on commit 8134213

Please sign in to comment.