Skip to content

Commit eda478d

Browse files
author
Pascal Romanens
committed
#1298 code smell
1 parent ddbb2a1 commit eda478d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/powertools-examples-validation/src/test/java/org/demo/validation/InboundValidationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void shouldReturnOkStatusWhenInputIsValid() {
5353
}
5454

5555
@Test
56-
public void shouldReturnBadRequestWhenRequestInInvalid() {
56+
void shouldReturnBadRequestWhenRequestInInvalid() {
5757
String bodyWithMissedId = "{\n" +
5858
" \"name\": \"FooBar XY\",\n" +
5959
" \"price\": 258\n" +

0 commit comments

Comments
 (0)