FIx windows test dependency
This commit is contained in:
parent
792035f8af
commit
34679081fb
|
@ -192,7 +192,7 @@ public class LoggingInterceptorDstu2Test {
|
||||||
|
|
||||||
ArgumentCaptor<String> captor = ArgumentCaptor.forClass(String.class);
|
ArgumentCaptor<String> captor = ArgumentCaptor.forClass(String.class);
|
||||||
verify(logger, timeout(1000).times(1)).info(captor.capture());
|
verify(logger, timeout(1000).times(1)).info(captor.capture());
|
||||||
assertThat(captor.getValue(), matchesPattern("[1-9][0-9]{2}"));
|
assertThat(captor.getValue(), matchesPattern("[1-9][0-9]{1,3}"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue