Skip to content

Commit de8b33b

Browse files
author
Andrew E. Rhyne
committed
test fix
1 parent 668819d commit de8b33b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('createError', () => {
2323

2424
expect(message).to.equal('A foo error has occurred');
2525
expect(name).to.equal('FooError');
26-
expect(time_thrown).to.equal(iso);
26+
expect(time_thrown).to.equal(e._time_thrown);
2727
expect(data).to.eql({
2828
hello: 'world',
2929
foo: 'bar'

0 commit comments

Comments
 (0)