Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeragamba committed Nov 11, 2017
1 parent d9d05e7 commit 1b6e859
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 @@ -12,7 +12,7 @@ var assert = require('assert');
var last = require('./');

describe('last', function() {
it('should throw an error if no are passed:', function(cb) {
it('should throw an error if no values are passed:', function(cb) {
try {
last();
cb(new Error('expected an error'));
Expand Down

0 comments on commit 1b6e859

Please sign in to comment.