Polish
This commit is contained in:
parent
c5cae28261
commit
e0048f234b
|
|
@ -98,7 +98,6 @@ class ThreadDumpEndpointTests {
|
|||
synchronized (monitor) {
|
||||
monitor.notifyAll();
|
||||
}
|
||||
System.out.println(threadDump);
|
||||
assertThat(threadDump)
|
||||
.containsPattern(String.format("\t- parking to wait for <[0-9a-z]+> \\(a %s\\$Sync\\)",
|
||||
CountDownLatch.class.getName().replace(".", "\\.")))
|
||||
|
|
|
|||
Loading…
Reference in New Issue