Update RestarterTests to expect listener to be notified at least once
This commit is contained in:
@@ -96,7 +96,7 @@ public class RestarterTests {
|
||||
String output = this.out.toString();
|
||||
assertThat(StringUtils.countOccurrencesOf(output, "Tick 0"), greaterThan(1));
|
||||
assertThat(StringUtils.countOccurrencesOf(output, "Tick 1"), greaterThan(1));
|
||||
assertThat(TestRestartListener.restarts, greaterThan(1));
|
||||
assertThat(TestRestartListener.restarts, greaterThan(0));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user