Suppress irrelevant warning

This commit is contained in:
René Pfeuffer
2021-03-01 09:22:56 +01:00
parent 7852d1034e
commit 1f78e2fbd7

View File

@@ -43,6 +43,7 @@ class RepositoryUpdateAfterCreationHookTest {
private static final Repository REPOSITORY = new Repository("1", "git", "space", "X");
@Test
@SuppressWarnings("java:S6073") // this is a false positive (sonar seems not to detect the 'argThat' in the method)
void shouldSetHighestVersion() {
UpdateStepStore updateStepStore = mock(UpdateStepStore.class);