Skip to content

Commit

Permalink
[MODORDERS-1017] - Add displaySummary field
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzmitry_Butramyou authored and roman-barannyk committed Mar 7, 2024
1 parent f00a79f commit 73e7d1f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/java/api/loans/CheckInByBarcodeTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ void canCloseAnOpenLoanByCheckingInTheItem() {
.withTemporaryLocation(homeLocation.getId())
.withEnumeration("v.70:no.1-6")
.withChronology("1987:Jan.-June")
.withDisplaySummary("test summary")
.withVolume("testVolume"));

final IndividualResource loan = checkOutFixture.checkOutByBarcode(nod, james,
Expand Down Expand Up @@ -208,9 +207,6 @@ void canCloseAnOpenLoanByCheckingInTheItem() {
assertThat("has item chronology",
itemFromResponse.getString("chronology"), is("1987:Jan.-June"));

assertThat("has item displaySummary",
itemFromResponse.getString("displaySummary"), is("test summary"));

assertThat("has item volume",
itemFromResponse.getString("volume"), is("testVolume"));

Expand Down

0 comments on commit 73e7d1f

Please sign in to comment.