bugfix to test

This commit is contained in:
Peter 2015-10-30 17:33:55 -04:00
parent 043c0cbd19
commit 5409e624e6
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ class DDPServerTests:QuickSpec {
expect(client.findSubscription("AllStates")?.ready).toEventually(beTrue(), timeout:5)
expect(added.count).toEventually(equal(3), timeout:5)
client.unsub(withName: "AllStates")
client.unsub("AllStates")
// After receiving a nosub message, the subscription entry in collections should have been removed
// the removed array should contain a list of all of the items in the subscription