mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove "fail" from a test name (to make it easier to find failures).
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user