Skip to content

Commit

Permalink
Test for independent school issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Dec 11, 2024
1 parent 9364b7c commit d69aa64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import org.mapstruct.factory.Mappers;

@DecoratedWith(SchoolDecorator.class)
@Mapper(uses = {UUIDMapper.class, LocalDateTimeMapper.class, StringMapper.class, SchoolContactMapper.class, SchoolGradeMapper.class, NeighborhoodLearningMapper.class, NoteMapper.class, SchoolAddressMapper.class})
@Mapper(uses = {UUIDMapper.class, LocalDateTimeMapper.class, StringMapper.class, SchoolContactMapper.class, SchoolGradeMapper.class, NeighborhoodLearningMapper.class, NoteMapper.class, SchoolAddressMapper.class, IndependentSchoolFundingGroupMapper.class})
@SuppressWarnings("squid:S1214")
public interface SchoolMapper {

Expand Down

0 comments on commit d69aa64

Please sign in to comment.