Skip to content

Commit 0a079b2

Browse files
committed
swap args to fix actual/expected
1 parent 9857892 commit 0a079b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('createError(status)', function () {
2727

2828
assert.strictEqual(Object.getPrototypeOf(httpError), Error.prototype)
2929

30-
assert.strictEqual(nativeError, httpError)
30+
assert.strictEqual(httpError, nativeError)
3131
})
3232
})
3333

0 commit comments

Comments
 (0)