Skip to content

Commit

Permalink
[MODEXPW-445] - test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzmitry_Butramyou committed Nov 3, 2023
1 parent b27696d commit e6d6906
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import org.folio.dew.BaseBatchTest;
import org.folio.dew.batch.acquisitions.edifact.PurchaseOrdersToEdifactMapper;
import org.folio.dew.batch.acquisitions.edifact.services.OrdersService;
import org.folio.dew.client.DataExportSpringClient;
import org.folio.dew.domain.dto.PoLine;
import org.folio.dew.domain.dto.PoLineCollection;
import org.folio.dew.domain.dto.PurchaseOrder;
Expand All @@ -42,6 +43,8 @@ class MapToEdifactTaskletTest extends BaseBatchTest {
@MockBean
private OrdersService ordersService;
@MockBean
DataExportSpringClient dataExportSpringClient;
@MockBean
private PurchaseOrdersToEdifactMapper purchaseOrdersToEdifactMapper;

@Autowired
Expand Down

0 comments on commit e6d6906

Please sign in to comment.