Skip to content

Commit

Permalink
rebase onto master
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-epam committed Dec 7, 2023
1 parent 9126400 commit 8797b3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ public void shouldReturnFailedFutureWhenTryingToCreateItemsWithDifferentMaterial
payloadContext.put(HOLDINGS_IDENTIFIERS, Json.encode(List.of(PERMANENT_LOCATION_ID, permanentLocationId2)));

DataImportEventPayload dataImportEventPayload = new DataImportEventPayload()
.withEventType(DI_SRS_MARC_BIB_RECORD_CREATED.value())
.withEventType(DI_INCOMING_MARC_BIB_RECORD_PARSED.value())
.withJobExecutionId(UUID.randomUUID().toString())
.withContext(payloadContext)
.withCurrentNode(profileSnapshotWrapper.getChildSnapshotWrappers().get(0));
Expand Down Expand Up @@ -1332,7 +1332,7 @@ public void shouldCreateMultipleItemsWithDifferentMaterialTypesWhenNoPoLineInThe
payloadContext.put(HOLDINGS_IDENTIFIERS, Json.encode(List.of(PERMANENT_LOCATION_ID, permanentLocationId2)));

DataImportEventPayload dataImportEventPayload = new DataImportEventPayload()
.withEventType(DI_SRS_MARC_BIB_RECORD_CREATED.value())
.withEventType(DI_INCOMING_MARC_BIB_RECORD_PARSED.value())
.withJobExecutionId(UUID.randomUUID().toString())
.withContext(payloadContext)
.withCurrentNode(profileSnapshotWrapper.getChildSnapshotWrappers().get(0));
Expand Down

0 comments on commit 8797b3b

Please sign in to comment.