Skip to content

Commit

Permalink
Fix test method name
Browse files Browse the repository at this point in the history
References #400

(cherry picked from commit 02164d7)

Conflicts:
	src/test/java/com/rabbitmq/client/test/ConnectionFactoryTest.java
  • Loading branch information
acogoluegnes committed Aug 27, 2018
1 parent 6a5d962 commit 4277aee
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 {
final AMQConnection connection = mock(AMQConnection.class);
final AtomicReference<AddressResolver> addressResolver = new AtomicReference<AddressResolver>();

Expand Down

0 comments on commit 4277aee

Please sign in to comment.