Fix a test

This commit is contained in:
David Greenspan
2015-03-06 18:35:31 -08:00
parent f3d3df8624
commit 20e308163b

View File

@@ -184,7 +184,7 @@ Tinytest.add("constraint solver - input - don't break root dep", function (test)
"bar 2.0.1": []
}
}
}, 'Breaking change required to top-level dependency: bar 2.0.0, was 2.0.1.\nConstraints:\n* bar@=2.0.0 <- foo 1.0.0\nTo allow breaking changes to top-level dependencies, you must pass --allow-incompatible-update to meteor [run], update, add, or remove.');
}, 'Breaking change required to top-level dependency: bar 2.0.0, was 2.0.1.\nConstraints:\n* bar@=2.0.0 <- foo 1.0.0\n\nTo allow breaking changes to top-level dependencies, you must pass --allow-incompatible-update to meteor [run], update, add, or remove.');
});
Tinytest.add("constraint solver - input - don't pick RCs", function (test) {