mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
This commit is contained in:
+1
-1
@@ -394,7 +394,7 @@ class Jackson2JsonDecoderTests extends AbstractDecoderTests<Jackson2JsonDecoder>
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected Deserializer() {
|
||||
Deserializer() {
|
||||
super(TestObject.class);
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -106,8 +106,8 @@ class ContentCachingRequestWrapperTests {
|
||||
}
|
||||
};
|
||||
|
||||
assertThatIllegalStateException().isThrownBy(() ->
|
||||
wrapper.getInputStream().readAllBytes())
|
||||
assertThatIllegalStateException()
|
||||
.isThrownBy(() -> wrapper.getInputStream().readAllBytes())
|
||||
.withMessage("3");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user