Polish
This commit is contained in:
parent
5f3088ed31
commit
19a61c6591
|
|
@ -335,6 +335,7 @@ public class JettyEmbeddedServletContainerFactoryTests
|
|||
threadPool.setMaxThreads(2);
|
||||
threadPool.setMinThreads(2);
|
||||
}
|
||||
|
||||
});
|
||||
this.thrown.expectCause(instanceOf(IllegalStateException.class));
|
||||
factory.getEmbeddedServletContainer().start();
|
||||
|
|
|
|||
Loading…
Reference in New Issue