From a9f7830c76cded3c5bab2ca495d2641b82137850 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 23 Dec 2020 16:31:36 -0500 Subject: [PATCH] GH-1289: Fix import in back-ported test --- .../core/RabbitTemplatePublisherCallbacksIntegrationTests2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-rabbit/src/test/java/org/springframework/amqp/rabbit/core/RabbitTemplatePublisherCallbacksIntegrationTests2.java b/spring-rabbit/src/test/java/org/springframework/amqp/rabbit/core/RabbitTemplatePublisherCallbacksIntegrationTests2.java index 027034d3..91cff38e 100644 --- a/spring-rabbit/src/test/java/org/springframework/amqp/rabbit/core/RabbitTemplatePublisherCallbacksIntegrationTests2.java +++ b/spring-rabbit/src/test/java/org/springframework/amqp/rabbit/core/RabbitTemplatePublisherCallbacksIntegrationTests2.java @@ -17,8 +17,8 @@ package org.springframework.amqp.rabbit.core; import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; -import static org.junit.jupiter.api.Assertions.assertNotNull; import java.io.IOException; import java.util.concurrent.CountDownLatch;