From 13249f8c35d7d2863cbb4dcfdb504f76bc469d45 Mon Sep 17 00:00:00 2001 From: John Merchant Date: Sat, 13 Jul 2019 21:12:29 +1000 Subject: [PATCH] Fix test --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index decc2a3..c75c25c 100644 --- a/test/index.js +++ b/test/index.js @@ -28,7 +28,7 @@ suite('namer', function () { assert.equal(Math.floor(names.basic[0].distance*100), 13) }) - test('matches inexact colors with deltaE', function() { + test('matches inexact colors', function() { var names = namer('FF0001') assert.equal(names.basic[0].hex, '#FF0000') assert.equal(names.basic[0].name, 'red')