Skip to content

Commit

Permalink
More lax tests for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Jan 31, 2024
1 parent f07c3a0 commit dfafd16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ void shouldAcceptInitialPeriod() {

// Then:
final int times = Mockito.mockingDetails(supplier).getInvocations().size();
assertThat(times, is(both(greaterThan(2)).and(lessThan(5))));
assertThat(times, is(both(greaterThanOrEqualTo(2)).and(lessThan(5))));
}

@Test
Expand Down

0 comments on commit dfafd16

Please sign in to comment.