summaryrefslogtreecommitdiff
path: root/test/parallel/test-stream2-readable-from-list.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-09-09 20:37:32 -0700
committerRich Trott <rtrott@gmail.com>2016-09-12 21:12:03 -0700
commitd4061a63142004eee4ffc3de5fca7286cd330090 (patch)
tree911ce66597df19d721e2700ce70d645b041c6e0e /test/parallel/test-stream2-readable-from-list.js
parent2da2625ad16b09c25d7622c91ffe1d940e44e41a (diff)
downloadandroid-node-v8-d4061a63142004eee4ffc3de5fca7286cd330090.tar.gz
android-node-v8-d4061a63142004eee4ffc3de5fca7286cd330090.tar.bz2
android-node-v8-d4061a63142004eee4ffc3de5fca7286cd330090.zip
tools: replace custom ESLint rule with built-in
ESLint 3.5.0 introduces a `no-restricted-properties` rule. Replace our custom `no-deepEqual` rule with this rule. PR-URL: https://github.com/nodejs/node/pull/8478 Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/parallel/test-stream2-readable-from-list.js')
-rw-r--r--test/parallel/test-stream2-readable-from-list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-stream2-readable-from-list.js b/test/parallel/test-stream2-readable-from-list.js
index a823bf9dc1..2aa0725f73 100644
--- a/test/parallel/test-stream2-readable-from-list.js
+++ b/test/parallel/test-stream2-readable-from-list.js
@@ -23,7 +23,7 @@ function run() {
var fn = next[1];
console.log('# %s', name);
fn({
- same: assert.deepEqual,
+ same: assert.deepStrictEqual,
equal: assert.equal,
end: function() {
count--;