Skip to content

Commit

Permalink
Improve parameterized test name
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterEvarior authored Jan 17, 2025
1 parent f153414 commit 69a988c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void shouldDeleteAction() {
verify(actionPersistenceService, times(1)).deleteById(action1.getId());
}

@ParameterizedTest(name = "Should return a empty list when actions are null or empty")
@ParameterizedTest(name = "Should return a empty list when actions are {0}")
@NullAndEmptySource
void shouldReturnEmptyListWhenActionsAreEmpty(List<Action> actions) {
KeyResult newKeyResult = KeyResultMetric.Builder.builder().withId(9L).build();
Expand Down

0 comments on commit 69a988c

Please sign in to comment.