summaryrefslogtreecommitdiff
path: root/test/pseudo-tty/test-assert-colors.js
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-09-25 11:17:30 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2018-09-27 13:25:18 +0200
commitb8a8eedf3280f3825812d3f8f0554a186396c9dc (patch)
tree95b1a909a0b2d01267ae72e380d991c0432b9f6d /test/pseudo-tty/test-assert-colors.js
parentbe26c761146db8357653df345e505a624b2153da (diff)
downloadandroid-node-v8-b8a8eedf3280f3825812d3f8f0554a186396c9dc.tar.gz
android-node-v8-b8a8eedf3280f3825812d3f8f0554a186396c9dc.tar.bz2
android-node-v8-b8a8eedf3280f3825812d3f8f0554a186396c9dc.zip
assert: switch `inputs` to `values`
The wording seems clearer when using `values` instead of `inputs`. PR-URL: https://github.com/nodejs/node/pull/23056 Refs: https://github.com/nodejs/node/issues/22763 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'test/pseudo-tty/test-assert-colors.js')
-rw-r--r--test/pseudo-tty/test-assert-colors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pseudo-tty/test-assert-colors.js b/test/pseudo-tty/test-assert-colors.js
index cd855dc06e..e843bcb218 100644
--- a/test/pseudo-tty/test-assert-colors.js
+++ b/test/pseudo-tty/test-assert-colors.js
@@ -7,7 +7,7 @@ try {
process.env.COLORTERM = '1';
assert.deepStrictEqual([1, 2, 2, 2], [2, 2, 2, 2]);
} catch (err) {
- const expected = 'Expected inputs to be strictly deep-equal:\n' +
+ const expected = 'Expected values to be strictly deep-equal:\n' +
'\u001b[32m+ actual\u001b[39m \u001b[31m- expected\u001b[39m' +
' \u001b[34m...\u001b[39m Lines skipped\n\n' +
' [\n' +