Skip to content

Commit

Permalink
style: remove extra line
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Dec 28, 2023
1 parent 5ae605c commit 472d411
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ void shouldUpdateIterableParameterBoolean() throws Throwable {
Assertions.assertThat(invoked).isEqualTo(true);
}


@Test
void shouldUpdateArrayParameter() throws Throwable {
Method method = PersonRepository.class.getDeclaredMethod("array", Person[].class);
Expand Down

0 comments on commit 472d411

Please sign in to comment.