Skip to content

Commit

Permalink
MODINVSTOR-1262 add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-barannyk committed Nov 11, 2024
1 parent 3cd215a commit bc75e20
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,11 @@ void shouldReturnTrueForCreateIfNewServicePointIsValid() {
var servicepoint = new Servicepoint().withId(UUID.randomUUID().toString());
var createEventProcessor = new ServicePointSynchronizationCreateEventProcessor(
createEvent(servicepoint, TENANT));
var deleteEventProcessor = new ServicePointSynchronizationDeleteEventProcessor(
deleteEvent(servicepoint, TENANT));

assertTrue(createEventProcessor.validateEventEntity());
assertTrue(deleteEventProcessor.validateEventEntity());
}

@Test
Expand Down

0 comments on commit bc75e20

Please sign in to comment.