Skip to content

Commit

Permalink
Fix test method name
Browse files Browse the repository at this point in the history
References #400
  • Loading branch information
acogoluegnes committed Aug 27, 2018
1 parent 8dde8b5 commit 02164d7
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 AddressResolver createAddressResolver(List<Address> addresses) {
assertThat(addressResolver.get(), allOf(notNullValue(), instanceOf(DnsRecordIpAddressResolver.class)));
}

@Test public void shouldNotUseDnsResolutionWhenOneAddressAndNoTls() throws Exception {
@Test public void shouldNotUseDnsResolutionWhenOneAddressAndTls() throws Exception {
AMQConnection connection = mock(AMQConnection.class);
AtomicReference<AddressResolver> addressResolver = new AtomicReference<>();

Expand Down

0 comments on commit 02164d7

Please sign in to comment.