Skip to content

Commit

Permalink
CIRCSTORE-521 conflict resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-barannyk committed Sep 10, 2024
1 parent be69600 commit 62c66cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/org/folio/rest/api/RequestBatchAPITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ public void shouldPublishKafkaEventWhenUpdateRequestPositionsInBatchForTheInstan

assertRequestQueueReorderingEvent(instanceId.toString(),
requestsSorted.get(1).getString("itemId"), List.of(
firstRequest.getString("id"), secondRequest.getString("id")));
firstRequest.getString("id"), secondRequest.getString("id")),
RequestQueueReordering.RequestLevel.TITLE);
}

private JsonObject getAllRequestsForItem(UUID itemId) throws Exception {
Expand Down

0 comments on commit 62c66cc

Please sign in to comment.