This commit is contained in:
Andy Wilkinson 2017-09-12 10:23:39 +01:00
parent 3882552b43
commit 02bc73b8e1
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public class SessionAutoConfigurationRedisTests
private ContextConsumer<AssertableWebApplicationContext> validateSpringSessionUsesRedis(
String sessionCreatedChannelPrefix, RedisFlushMode flushMode) {
return context -> {
return (context) -> {
RedisOperationsSessionRepository repository = validateSessionRepository(
context, RedisOperationsSessionRepository.class);
assertThat(repository.getSessionCreatedChannelPrefix())