We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6bb090 commit e7b2fc6Copy full SHA for e7b2fc6
1 file changed
lib/src/test/java/io/ably/lib/transport/HostsTest.java
@@ -251,10 +251,7 @@ public void hosts_use_default_fallback_hosts_and_tlsport_are_defined() throws Ab
251
options.fallbackHostsUseDefault = true;
252
253
// When
254
- Hosts hosts = new Hosts(null, Defaults.HOST_REALTIME, options);
255
-
256
- // Then
257
- assertThat(hosts.getFallback(Defaults.HOST_REALTIME), nullValue());
+ new Hosts(null, Defaults.HOST_REALTIME, options);
258
}
259
260
private List<String> collectFallbackHosts(Hosts hosts) {
0 commit comments