Skip to content

Commit

Permalink
Added more test fallback hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
CezaryKopacz authored and ricardopereira committed Oct 11, 2016
1 parent 9d68837 commit ab33a48
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Tests/ARTFallbackTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,16 @@ - (void)testCustomFallbackHosts {
@"test2.ably.com",
@"test3.ably.com",
@"test4.ably.com",
@"test5.ably.com"];
@"test5.ably.com",
@"test6.ably.com",
@"test7.ably.com",
@"test8.ably.com",
@"test9.ably.com",
@"test10.ably.com",
@"test11.ably.com",
@"test12.ably.com",
@"test13.ably.com",
@"test14.ably.com"];
ARTFallback *f = [[ARTFallback alloc] initWithFallbackHosts:customHosts];

NSSet *customSet = [NSSet setWithArray:customHosts];
Expand Down

0 comments on commit ab33a48

Please sign in to comment.