Skip to content

Commit

Permalink
MODORDERS-344 code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Aug 29, 2023
1 parent 2b4295b commit b04d419
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/test/java/org/folio/StorageTestSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import org.folio.rest.impl.EntitiesCrudTest;
import org.folio.rest.impl.HelperUtilsTest;
import org.folio.rest.impl.OrdersAPITest;
import org.folio.rest.impl.PoLineBatchAPITest;
import org.folio.rest.impl.PoNumberTest;
import org.folio.rest.impl.PurchaseOrderLineNumberTest;
import org.folio.rest.impl.PurchaseOrderLinesApiTest;
Expand Down Expand Up @@ -263,4 +264,9 @@ class TitleServiceTestNested extends TitleServiceTest {}
class OrderLineUpdateInstanceHandlerTestNested extends OrderLineUpdateInstanceHandlerTest {}
@Nested
class PoLIneServiceVertxTestNested extends PoLIneServiceVertxTest {}

@Nested
class PoLineBatchAPITestNested extends PoLineBatchAPITest {}


}
2 changes: 1 addition & 1 deletion src/test/java/org/folio/rest/impl/PoLineBatchAPITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import io.vertx.core.json.Json;

@IsolatedTenant
class PoLineBatchAPITest extends TestBase {
public class PoLineBatchAPITest extends TestBase {

private static final String PO_LINES_BATCH_ENDPOINT = "/orders-storage/po-lines-batch";
@Test
Expand Down

0 comments on commit b04d419

Please sign in to comment.