BAEL - 318 - resolving conflicts

This commit is contained in:
slavisa-baeldung
2017-04-23 08:50:57 +01:00
14 changed files with 437 additions and 3 deletions

View File

@@ -44,11 +44,10 @@ public class GuavaEventBusTest {
}
@Test
public void givenUnSubscribedEvent_whenEventHandledByDeadEvent_thenSuccess() throws InterruptedException {
public void givenUnSubscribedEvent_whenEventHandledByDeadEvent_thenSuccess() {
listener.resetEventsHandled();
eventBus.post(12345);
assertEquals(1, listener.getEventsHandled());
}