Replace AssertionsForClassTypes with Assertions

Closes gh-34821

Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
Johnny Lim
2025-04-25 08:20:59 +09:00
committed by Sam Brannen
parent 977792009d
commit 7f6a7b806e
16 changed files with 22 additions and 26 deletions

View File

@@ -43,7 +43,7 @@ import org.springframework.context.annotation.Configuration;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
import static org.assertj.core.api.AssertionsForClassTypes.catchThrowable;
import static org.assertj.core.api.Assertions.catchThrowable;
/**
* Tests for annotation-based caching methods that use reactive operators.