mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
feat(build): fix some sonar alert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user