Skip to content

Commit c901338

Browse files
Fix tests
Issue gh-2464
1 parent 5330cd4 commit c901338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-session-data-redis/src/integration-test/java/org/springframework/session/data/redis/ReactiveRedisSessionRepositoryITests.java

+1
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ void saveWhenPutAllIsDelayedThenExpireShouldBeSet() {
281281

282282
assertThat(expireDuration).isNotEqualTo(Duration.ZERO);
283283
reset(spy);
284+
ReflectionTestUtils.setField(this.repository, "sessionRedisOperations", this.sessionRedisOperations);
284285
}
285286

286287
@Configuration

0 commit comments

Comments
 (0)