Skip to content

Commit ef9cd8f

Browse files
committed
more test fixes
1 parent d97d8e1 commit ef9cd8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-starter/spring-boot-starter-webflux/src/test/java/com/getyourguide/openapi/validation/autoconfigure/SpringWebFluxLibraryAutoConfigurationApplicationContextTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import java.util.Optional;
77
import org.junit.jupiter.api.AfterEach;
88
import org.junit.jupiter.api.Test;
9-
import org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext;
10-
import org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext;
9+
import org.springframework.boot.web.context.reactive.AnnotationConfigReactiveWebApplicationContext;
10+
import org.springframework.boot.web.context.servlet.AnnotationConfigServletWebApplicationContext;
1111
import org.springframework.context.ConfigurableApplicationContext;
1212
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
1313
import org.springframework.mock.web.MockServletContext;

0 commit comments

Comments
 (0)