Skip to content

Commit

Permalink
Remove empty useless setUp methods
Browse files Browse the repository at this point in the history
  • Loading branch information
julianladisch committed Sep 4, 2024
1 parent 792c624 commit da228a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
9 changes: 0 additions & 9 deletions src/test/java/org/folio/ncip/LookupUser.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@
*/
public class LookupUser extends TestBase {



/**
* @throws java.lang.Exception
*/
@Before
public void setUp() throws Exception {
}

@Test
public void callLookupUserSuccess() throws MalformedURLException {
Response response = postData("src/test/resources/mockdata/ncip-lookupUser.xml");
Expand Down
7 changes: 0 additions & 7 deletions src/test/java/org/folio/ncip/RequestItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
*/
public class RequestItem extends TestBase {

/**
* @throws java.lang.Exception
*/
@Before
public void setUp() throws Exception {
}

@Test
public void callRequestItem() throws MalformedURLException {
Response response = postData("src/test/resources/mockdata/ncip-requestitem.xml");
Expand Down

0 comments on commit da228a4

Please sign in to comment.