|
|
@@ -43,7 +43,7 @@ public class HandlingEventServiceTest extends TestCase {
|
|
43
|
43
|
service.setCarrierMovementRepository(carrierMovementRepository);
|
|
44
|
44
|
service.setHandlingEventRepository(handlingEventRepository);
|
|
45
|
45
|
service.setLocationRepository(locationRepository);
|
|
46
|
|
- service.setEventService(domainEventNotifier);
|
|
|
46
|
+ service.setDomainEventNotifier(domainEventNotifier);
|
|
47
|
47
|
}
|
|
48
|
48
|
|
|
49
|
49
|
protected void tearDown() throws Exception {
|