Skip to content

Commit

Permalink
Tests: Fixup comment indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored and trentmwillis committed Dec 20, 2017
1 parent fcae826 commit 2f52665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reporter-html/unhandled-rejection.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if ( HAS_UNHANDLED_REJECTION_HANDLER ) {
var originalPushResult = assert.pushResult;
assert.pushResult = function( resultInfo ) {

// Inverts the result so we can test failing assertions
// Inverts the result so we can test failing assertions
resultInfo.result = !resultInfo.result;
originalPushResult( resultInfo );
};
Expand Down

0 comments on commit 2f52665

Please sign in to comment.