Merge branch 'work'
This commit is contained in:
@@ -48,7 +48,7 @@ public class ResequencerTests {
|
||||
|
||||
@Before
|
||||
public void configureResequencer() {
|
||||
this.resequencer = new CorrelatingMessageHandler(processor, store, processor, processor);
|
||||
this.resequencer = new CorrelatingMessageHandler(processor, store, null, processor);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user