Polish
This commit is contained in:
parent
3882552b43
commit
02bc73b8e1
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in New Issue