Skip to content

Commit

Permalink
Typo fix in the method resolveWithNullParameter
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpal2104 committed Oct 25, 2024
1 parent d1206a1 commit a40746f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void resolveEmptyStringParameter() {
}

@Test
void resolvewithNullParameter() {
void resolveWithNullParameter() {
String actualParameter = extension.resolve(mockRun, null);
assertThat(actualParameter, is((String) null));
}
Expand Down

0 comments on commit a40746f

Please sign in to comment.