Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew E. Rhyne committed Nov 11, 2016
1 parent 668819d commit de8b33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('createError', () => {

expect(message).to.equal('A foo error has occurred');
expect(name).to.equal('FooError');
expect(time_thrown).to.equal(iso);
expect(time_thrown).to.equal(e._time_thrown);
expect(data).to.eql({
hello: 'world',
foo: 'bar'
Expand Down

0 comments on commit de8b33b

Please sign in to comment.