mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
remove random type tag in test
This commit is contained in:
@@ -284,8 +284,7 @@ Tinytest.add("minimongo - selector_compiler", function (test) {
|
||||
var doesMatch = new Minimongo.Matcher(selector).documentMatches(doc).result;
|
||||
if (doesMatch != shouldMatch) {
|
||||
// XXX super janky
|
||||
test.fail({type: "minimongo-ordering",
|
||||
message: "minimongo match failure: document " +
|
||||
test.fail({message: "minimongo match failure: document " +
|
||||
(shouldMatch ? "should match, but doesn't" :
|
||||
"shouldn't match, but does"),
|
||||
selector: JSON.stringify(selector),
|
||||
|
||||
Reference in New Issue
Block a user