Files
unionflow-server-impl-quarkus/src/test/java/dev/lions/unionflow/server/service/MissingBranchesCoverageTest.java
2026-03-28 14:21:30 +00:00

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.