Remove "fail" from a test name (to make it easier to find failures).

This commit is contained in:
David Glasser
2012-10-05 01:12:55 -07:00
parent 36f55a55b6
commit a49685a1ec

View File

@@ -375,7 +375,7 @@ testAsyncMulti("livedata - changing userid reruns subscriptions without flapping
}
]);
Tinytest.add("livedata - setUserId fails when called from server", function(test) {
Tinytest.add("livedata - setUserId error when called from server", function(test) {
if (Meteor.isServer) {
test.equal(errorThrownWhenCallingSetUserIdDirectlyOnServer.message,
"Can't call setUserId on a server initiated method call");