We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f9f50 commit b78dd1bCopy full SHA for b78dd1b
src/test/java/org/springframework/data/redis/cache/RedisCacheTests.java
@@ -649,7 +649,6 @@ void retrieveReturnsLoadedValue() throws Exception {
649
650
CompletableFuture<Person> value = cache.retrieve(this.key, valueLoaderSupplier);
651
652
- assertThat(loaded.get()).isFalse();
653
assertThat(value.get()).isEqualTo(jon);
654
assertThat(loaded.get()).isTrue();
655
assertThat(value).isDone();
0 commit comments