Skip to content

Commit

Permalink
fix OperationTimeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneshiry committed Jul 9, 2021
1 parent 3ca7269 commit fe027c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected void getEndDate() {
}

@Test
private void getOperationLimit() {
protected void getOperationLimit() {
Optional<ClosedInterval<ZonedDateTime>> optOperationLimit =
LIMITED_OPERATION_TIME.getOperationLimit();
assertTrue(optOperationLimit.isPresent());
Expand Down

0 comments on commit fe027c7

Please sign in to comment.