mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00
Fix test assertion due to new range
This commit is contained in:
@@ -109,7 +109,7 @@ public class SpringSessionRequestPostProcessorTests
|
||||
@Test
|
||||
public void sessionWithRedisReactive() {
|
||||
ProjectRequest request = createProjectRequest("session", "data-redis-reactive");
|
||||
request.setBootVersion("2.0.0.M3");
|
||||
request.setBootVersion("2.0.0.M7");
|
||||
generateMavenPom(request)
|
||||
.hasSpringBootStarterDependency("data-redis-reactive")
|
||||
.hasSpringBootStarterTest()
|
||||
|
Reference in New Issue
Block a user