Fix backwards logic of #3780.

This commit is contained in:
David Glasser
2015-02-25 14:54:41 -08:00
parent c69e990152
commit 34c366faea

View File

@@ -284,7 +284,7 @@ _.extend(TestCaseResults.prototype, {
}
else
/* fail -- not something that contains other things */;
if (pass === !!not)
if (pass === ! not)
this.ok();
else {
this.fail({type: "include", message: message,