From b14cbaf1d517ca040bbc1107bbd167ec92428c00 Mon Sep 17 00:00:00 2001 From: Matt Berther Date: Thu, 18 Feb 2016 15:47:03 -0700 Subject: [PATCH] updating the test description to match the command --- test/commands/exits.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/commands/exits.spec.js b/test/commands/exits.spec.js index 8d5ac41a31..080e1d1e65 100644 --- a/test/commands/exits.spec.js +++ b/test/commands/exits.spec.js @@ -4,7 +4,7 @@ var config = require("../lib/config"); var helper = require("../helper"); var redis = config.redis; -describe("The 'exits' method", function () { +describe("The 'exists' method", function () { helper.allTests(function(parser, ip, args) {