[Pkg-javascript-commits] [node-tap] 63/186: Fix missing “not” in default message for strictNotSame

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 1 16:40:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-tap.

commit 13f2ca254b66264b3fe98a017ac8ab6a5623c27b
Author: Charmander <~@charmander.me>
Date:   Mon Nov 6 11:38:25 2017 -0800

    Fix missing “not” in default message for strictNotSame
---
 lib/asserts.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/asserts.js b/lib/asserts.js
index 4871348..f4df5a6 100644
--- a/lib/asserts.js
+++ b/lib/asserts.js
@@ -104,7 +104,7 @@ function decorate (t) {
   })
 
   t.addAssert('strictNotSame', 2, function (f, w, m, e) {
-    m = m || 'should be equivalent strictly'
+    m = m || 'should not be equivalent strictly'
     e.found = f
     e.doNotWant = w
     return this.notOk(tsame.strict(f, w), m, e)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap.git



More information about the Pkg-javascript-commits mailing list