Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
John Merchant committed Jul 13, 2019
1 parent 2114934 commit 13249f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 13249f8

Please sign in to comment.