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 f0ee528 commit 8b7605e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
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 8b7605e

Please sign in to comment.