Fix test assertion due to new range

This commit is contained in:
Stephane Nicoll
2017-11-15 19:35:55 +01:00
parent 403d6461a3
commit b6764530b7

View File

@@ -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()