mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix backwards logic of #3780.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user