You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Increase the coverage
This commit is contained in:
@@ -64,6 +64,7 @@ describe("The 'get' method", function () {
|
||||
});
|
||||
|
||||
it("gets the value correctly", function (done) {
|
||||
client.GET(key, redis.print); // Use the utility function to print the result
|
||||
client.GET(key, function (err, res) {
|
||||
helper.isString(value)(err, res);
|
||||
done(err);
|
||||
|
Reference in New Issue
Block a user