10 lines
415 B
Java
10 lines
415 B
Java
package dev.lions.unionflow.server.service;
|
|
|
|
// This file is intentionally empty.
|
|
// All tests from the original nested classes have been moved to:
|
|
// - MatchingServiceTest (MatchingService branches)
|
|
// - CotisationServiceAdminBranchesTest (CotisationService roles/admin branches)
|
|
// - MembreServiceTest (MembreService branches)
|
|
//
|
|
// Quarkus does not support @Inject/@InjectMock inside @Nested inner test classes.
|