diff --git a/lib/unexpectedMessy.js b/lib/unexpectedMessy.js index 6d0c38c..ca57cb5 100644 --- a/lib/unexpectedMessy.js +++ b/lib/unexpectedMessy.js @@ -595,7 +595,7 @@ module.exports = { if (promiseByKey.unchunkedBody && promiseByKey.unchunkedBody.isRejected()) { var unchunkedBodyError = promiseByKey.unchunkedBody.reason(); output.nl().annotationBlock(function () { - this.error('should have raw body satisfying').sp().append(expect.inspect(value.unchunkedBody)); + this.error('should have unchunked body satisfying').sp().append(expect.inspect(value.unchunkedBody)); var d = unchunkedBodyError.createDiff && unchunkedBodyError.createDiff(output.clone(), diff, inspect, equal); if (d && d.diff) { this.nl().append(d.diff);