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