Skip to content

Commit

Permalink
Forgot utils.wrapConstructorNameAroundOutput returned a new output
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Jan 29, 2015
1 parent df67162 commit ef411af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ module.exports = function (expect) {

output.outdentLines().text('}');

utils.wrapConstructorNameAroundOutput(output, actual);
result.diff = utils.wrapConstructorNameAroundOutput(output, actual);

return result;
}
Expand Down

0 comments on commit ef411af

Please sign in to comment.