Skip to content

Commit

Permalink
create tests that logically work
Browse files Browse the repository at this point in the history
  • Loading branch information
EddiTim committed Dec 6, 2024
1 parent 86f32a8 commit 143c8e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 61 deletions.
12 changes: 0 additions & 12 deletions src/test/java/org/folio/ncip/CheckOutItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,4 @@ public void callCheckOutItemEmptyExternalReferenceValue() throws MalformedURLExc
assertEquals(200, response.getStatusCode());
assertTrue(body.contains(ITEM_ID));
}

@Test
public void callCheckOutItem_GivenNoRequestId() throws MalformedURLException {
Response response = postData("src/test/resources/mockdata/ncip-checkout-null-request-id.xml");
assertNull(response);
}

@Test
public void callCheckOutItem_GivenNullRequestIdentifierValue() throws MalformedURLException {
Response response = postData("src/test/resources/mockdata/ncip-checkout-null-request-identifier-value.xml");
assertNull(response);
}
}
23 changes: 0 additions & 23 deletions src/test/resources/mockdata/ncip-checkout-null-request-id.xml

This file was deleted.

This file was deleted.

0 comments on commit 143c8e5

Please sign in to comment.