From eb9ebf6196e0c47eea9393704c09b3bdd37e96dd Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 18 Jul 2017 13:34:15 -0400 Subject: [PATCH] Fix typo --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index db38fdc..64cdeee 100644 --- a/test.js +++ b/test.js @@ -3,7 +3,7 @@ var test = require('tape'); var spache = require('./'); -test('characterEntities', function (t) { +test('spache', function (t) { t.equal(typeof spache, 'object', 'should be an array #1'); t.equal(Array.isArray(spache), true, 'should be an array #2'); t.notEqual(spache.indexOf('train'), -1, 'should contain words');