Skip to content

Commit

Permalink
aws-powertools#1298 code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Romanens committed Oct 24, 2023
1 parent ddbb2a1 commit eda478d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void shouldReturnOkStatusWhenInputIsValid() {
}

@Test
public void shouldReturnBadRequestWhenRequestInInvalid() {
void shouldReturnBadRequestWhenRequestInInvalid() {
String bodyWithMissedId = "{\n" +
" \"name\": \"FooBar XY\",\n" +
" \"price\": 258\n" +
Expand Down

0 comments on commit eda478d

Please sign in to comment.