Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/refactoring/1171-na…
Browse files Browse the repository at this point in the history
…ming-cleanup' into refactoring/1171-naming-cleanup
  • Loading branch information
nevio18324 committed Dec 19, 2024
2 parents 3579107 + 5e9a33f commit 150d7ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ void shouldReturnFalseForImUsedOnOrdinalKeyResult() {
assertFalse(returnValue);
}

@DisplayName("Should return false for isImUsed() on metric key-result with check-ins")
@DisplayName("Should return false for isImUsed() on metric key-result with check-ins")
@Test
void shouldReturnFalseForImUsedOnMetricKeyResultWithCheckIns() {
when(keyResultPersistenceService.findById(any())).thenReturn(metricKeyResult);
Expand Down

0 comments on commit 150d7ca

Please sign in to comment.