Skip to content

Commit

Permalink
[MODORSERS-1026] - added userService test
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Apr 4, 2024
1 parent c1c0cdc commit 61f892f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/java/org/folio/ApiTestSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
import org.folio.service.ReasonForClosureServiceTest;
import org.folio.service.SuffixServiceTest;
import org.folio.service.TagServiceTest;
import org.folio.service.UserServiceTest;
import org.folio.service.consortium.SharingInstanceServiceTest;
import org.folio.service.exchange.ManualExchangeRateProviderTest;
import org.folio.service.expenceclass.ExpenseClassValidationServiceTest;
Expand Down Expand Up @@ -480,4 +481,8 @@ class TagServiceTestNested extends TagServiceTest {
@Nested
class RoutingListServiceTestNested extends RoutingListServiceTest {
}

@Nested
class UserServiceTestNested extends UserServiceTest {
}
}

0 comments on commit 61f892f

Please sign in to comment.