Commit e0048f23 authored by Andy Wilkinson's avatar Andy Wilkinson

Polish

parent c5cae282
......@@ -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(".", "\\.")))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment