We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8134213 commit a533a68Copy full SHA for a533a68
1 file changed
doctests/string-set-get-example.js
@@ -18,7 +18,7 @@ const value = await client.get('bike:1');
18
console.log(value);
19
// returns 'Process 134'
20
//REMOVE_START
21
-assert.equal(value, 'bar');
+assert.equal(value, 'Process 134');
22
//REMOVE_END
23
24
// HIDE_START
0 commit comments