Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Apr 1, 2020
1 parent 855bcbc commit df38f55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ protected synchronized FrameHandlerFactory createFrameHandlerFactory() {
doNothing().when(connection).start();
connectionFactory.newConnection();

assertThat(addressResolver.get()).isNotNull().isInstanceOf(ListAddressResolver.class);
assertThat(addressResolver.get()).isNotNull().isInstanceOf(DnsRecordIpAddressResolver.class);
}

@Test
Expand Down

0 comments on commit df38f55

Please sign in to comment.