Skip to content

Commit

Permalink
MODOAIPMH-540: fix wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroBykov1 committed Mar 27, 2024
1 parent c9d729b commit 8049302
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/test/java/org/folio/rest/impl/OaiPmhImplTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@
import org.folio.rest.tools.utils.ModuleName;
import org.folio.rest.tools.utils.NetworkUtils;
import org.folio.spring.SpringContextUtil;
import org.junit.jupiter.api.*;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInstance;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
Expand Down

0 comments on commit 8049302

Please sign in to comment.