Skip to content

Commit

Permalink
Added Test coverage for ItemCreateAsyncRecordHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Sep 20, 2024
1 parent b8d8586 commit ee65688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/org/folio/StorageTestSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.folio.dao.lines.PoLinesPostgresDAOTest;
import org.folio.event.KafkaEventUtilTest;
import org.folio.event.handler.EdiExportOrdersHistoryAsyncRecordHandlerTest;
import org.folio.event.handler.ItemCreateAsyncRecordHandlerTest;
import org.folio.kafka.KafkaTopicNameHelper;
import org.folio.okapi.common.XOkapiHeaders;
import org.folio.orders.lines.update.OrderLineUpdateInstanceHandlerTest;
Expand Down Expand Up @@ -264,6 +265,8 @@ class ResponseUtilTestNested extends ResponseUtilTest {}
@Nested
class EdiExportOrdersHistoryAsyncRecordHandlerTestNested extends EdiExportOrdersHistoryAsyncRecordHandlerTest {}
@Nested
class ItemCreateAsyncRecordHandlerTestNested extends ItemCreateAsyncRecordHandlerTest {}
@Nested
class KafkaEventUtilTestNested extends KafkaEventUtilTest {}
@Nested
class PieceServiceTestNested extends PieceServiceTest {}
Expand Down

0 comments on commit ee65688

Please sign in to comment.