We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbb2a1 commit eda478dCopy full SHA for eda478d
examples/powertools-examples-validation/src/test/java/org/demo/validation/InboundValidationTest.java
@@ -53,7 +53,7 @@ public void shouldReturnOkStatusWhenInputIsValid() {
53
}
54
55
@Test
56
- public void shouldReturnBadRequestWhenRequestInInvalid() {
+ void shouldReturnBadRequestWhenRequestInInvalid() {
57
String bodyWithMissedId = "{\n" +
58
" \"name\": \"FooBar XY\",\n" +
59
" \"price\": 258\n" +
0 commit comments