Skip to content

Commit 8d72e57

Browse files
committed
Make test method public for JUnit 4
1 parent 127281b commit 8d72e57

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/connection/CachingConnectionFactoryTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ public void testShuffle() throws IOException, TimeoutException {
18971897
}
18981898

18991899
@Test
1900-
void testResolver() throws Exception {
1900+
public void testResolver() throws Exception {
19011901
com.rabbitmq.client.ConnectionFactory mockConnectionFactory = mock(com.rabbitmq.client.ConnectionFactory.class);
19021902
com.rabbitmq.client.Connection mockConnection = mock(com.rabbitmq.client.Connection.class);
19031903
Channel mockChannel = mock(Channel.class);

0 commit comments

Comments
 (0)