Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 5, 2016
1 parent 57f4f31 commit c90aaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var test = require('tape');
var fillers = require('./');

/* Tests. */
test('characterEntities', function (t) {
test('fillers', function (t) {
t.equal(typeof fillers, 'object', 'should be an array #1');
t.equal(Array.isArray(fillers), true, 'should be an array #2');
t.notEqual(fillers.indexOf('basically'), -1, 'should contain words');
Expand Down

0 comments on commit c90aaf5

Please sign in to comment.