Skip to content

Commit 127281b

Browse files
committed
Fix typo in the test
1 parent 1c4fc55 commit 127281b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-rabbit/src/test/java/org/springframework/amqp/rabbit/config/ConnectionFactoryParserTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ public void testMultiHost() {
133133
public void testResolver() {
134134
CachingConnectionFactory connectionFactory = beanFactory.getBean("resolved", CachingConnectionFactory.class);
135135
assertSame(this.beanFactory.getBean("resolver"),
136-
TestUtils.getPropertyValue(connectionFactory, "addressResolver")));
136+
TestUtils.getPropertyValue(connectionFactory, "addressResolver"));
137137
}
138138
}

0 commit comments

Comments
 (0)