Replace AssertionsForClassTypes with Assertions
Closes gh-34821 Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
@@ -25,7 +25,7 @@ import org.junit.jupiter.api.Test;
|
||||
|
||||
import org.springframework.core.serializer.support.SerializationDelegate;
|
||||
|
||||
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Tests for {@link Serializer}, {@link Deserializer}, and {@link SerializationDelegate}.
|
||||
|
||||
Reference in New Issue
Block a user