We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855bcbc commit df38f55Copy full SHA for df38f55
src/test/java/com/rabbitmq/client/test/ConnectionFactoryTest.java
@@ -124,7 +124,7 @@ protected synchronized FrameHandlerFactory createFrameHandlerFactory() {
124
doNothing().when(connection).start();
125
connectionFactory.newConnection();
126
127
- assertThat(addressResolver.get()).isNotNull().isInstanceOf(ListAddressResolver.class);
+ assertThat(addressResolver.get()).isNotNull().isInstanceOf(DnsRecordIpAddressResolver.class);
128
}
129
130
@Test
0 commit comments