Skip to content

Commit a9f7830

Browse files
committed
GH-1289: Fix import in back-ported test
1 parent ad612a8 commit a9f7830

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/core/RabbitTemplatePublisherCallbacksIntegrationTests2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package org.springframework.amqp.rabbit.core;
1818

1919
import static org.junit.Assert.assertEquals;
20+
import static org.junit.Assert.assertNotNull;
2021
import static org.junit.Assert.assertTrue;
21-
import static org.junit.jupiter.api.Assertions.assertNotNull;
2222

2323
import java.io.IOException;
2424
import java.util.concurrent.CountDownLatch;

0 commit comments

Comments
 (0)