GH-1289: Fix import in back-ported test

This commit is contained in:
Gary Russell
2020-12-23 16:31:36 -05:00
parent ad612a8aee
commit a9f7830c76

View File

@@ -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;