Skip to content

Commit

Permalink
Remove out of scope fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Marcellin committed Sep 20, 2023
1 parent 9e96513 commit 6add9ac
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,11 +409,4 @@ private void testNoN(boolean specific) {
assertThat(sensitivityVals, not(hasItem(500.2)));
assertThat(sensitivityVals, isOrderedAccordingTo(Comparator.<Double>naturalOrder()));
}

// added for testStatus can return null, after runTest
@SneakyThrows
@After
public void tearDown() {
analysisService.deleteResults();
}
}

0 comments on commit 6add9ac

Please sign in to comment.