Skip to content
Snippets Groups Projects
Commit 05df0801 authored by Christian Wulf's avatar Christian Wulf
Browse files

fixed bug in DistributorTest

parent e14b0ef8
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ public class DistributorTest {
this.distributor.getNewOutputPort();
this.distributor.onStarting();
expectedException.expect(UnsupportedOperationException.class);
expectedException.expect(IllegalStateException.class);
this.distributor.execute(1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment