Upgrade to 2.3.0-M2

This commit is contained in:
Gary Russell
2020-09-16 09:39:42 -04:00
parent 3f30e559ae
commit 142f2744a0
10 changed files with 29 additions and 35 deletions

View File

@@ -1,11 +1,9 @@
package org.springframework.amqp.samples.errorhandler;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@RunWith(SpringRunner.class)
@SpringBootTest
public class ApplicationTests {