Skip to content

Commit

Permalink
jacoco runtime issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yyluchkiv committed Jun 11, 2024
1 parent 7daffec commit 944d1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void beansTests() {
.contains("init")
.contains("incidentClientDefinition")
.contains("incidentClient")
.hasSize(3);
.hasSizeGreaterThanOrEqualTo(3);
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void beansTests() {
.contains("init")
.contains("incidentClientDefinition")
.contains("incidentClient")
.hasSize(3);
.hasSizeGreaterThanOrEqualTo(3);
}

@Test
Expand Down

0 comments on commit 944d1ae

Please sign in to comment.