Skip to content

Commit

Permalink
test(specFailure): changed to specFailure from onSpecFailure
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee123 committed Apr 12, 2022
1 parent e3f92a6 commit c439638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.js
Expand Up @@ -694,7 +694,7 @@ describe('SpecReporter', function() {
});
it('should throw an error', function() {
expect(function() {
newSpecReporter.onSpecFailure([], {
newSpecReporter.specFailure([], {
suite: [],
log: []
});
Expand Down

0 comments on commit c439638

Please sign in to comment.