Skip to content

Commit cad515c

Browse files
committed
test: fix test
1 parent 8eaa928 commit cad515c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('PostHTML-Parser test', function() {
3434

3535
it('should use default options when called with 1 param', function() {
3636
parserWithMockedDeps('');
37-
expect(parserSpy.firstCall.args[1]).to.eql(parser.defaultOptions);
37+
expect(parserSpy.firstCall.args[1]).to.eql(customOptions);
3838
});
3939

4040
it('should use custom options when called with 2 params', function() {

0 commit comments

Comments
 (0)