Skip to content

Commit

Permalink
Fix some checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghuazhu committed Oct 23, 2024
1 parent 4ee0924 commit 4589797
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,6 @@ public ScanResult answer(InvocationOnMock invocationOnMock) throws Throwable {
assertTrue(metrics.getTotalRunTime() > 500);
}

@Test
public void testTotalRunTimes() {
scanner.runIteration();
assertTrue(scanner.getMetrics().getTotalRunTime() > 0);
}

@Test
@Override
public void testUnhealthyContainerNotRescanned() throws Exception {
Expand Down

0 comments on commit 4589797

Please sign in to comment.