Skip to content

Commit

Permalink
Fixing failed Karate test case. (#419)
Browse files Browse the repository at this point in the history
Co-authored-by: Vignesh <[email protected]>
  • Loading branch information
gurleenkaurbp and Vignesh-kalyanasundaram authored Nov 18, 2024
1 parent e08d557 commit 348d60d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@
"type": "boolean",
"description": "records the fact that the record should not be displayed in a discovery system"
},
"holdingsItems": {
"description": "Items related to holdings record",
"type": "array",
"items": {
"type": "object",
"$ref": "item.json"
}
},
"sourceId": {
"description": "(A reference to) the source of a holdings record",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public static InventoryViewClient.InstanceView createInstanceView() {
public static Instance createInstance() {
var item = createItem();
var holding = createHolding();
holding.setHoldingsItems(singletonList(item));

var instance = new Instance();
instance.setId(UUID.randomUUID());
Expand Down

0 comments on commit 348d60d

Please sign in to comment.