feat(build): fix some sonar alert

This commit is contained in:
Ludovic DEHON
2025-04-20 00:46:54 +02:00
parent a7836ca673
commit b2ae2ff6f7
127 changed files with 512 additions and 535 deletions

View File

@@ -16,7 +16,7 @@ public class MemoryRepositoryTest {
@Test
void verifyMemoryFallbacksToH2() {
assertThat(flowRepositoryInterface.findAll(null).size()).isEqualTo(0);
assertThat(flowRepositoryInterface.findAll(null).size()).isZero();
String flowSource = """
id: some-flow