Skip to content

Commit

Permalink
Try to stabilise MapMappingTest
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Sep 2, 2024
1 parent 4d9894b commit 4981d05
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import java.util.HashMap;
import java.util.Map;

import org.junitpioneer.jupiter.DefaultTimeZone;
import org.mapstruct.ap.test.collection.map.other.ImportedType;
import org.mapstruct.ap.testutil.IssueKey;
import org.mapstruct.ap.testutil.ProcessorTest;
Expand All @@ -26,6 +27,7 @@
*/
@WithClasses({ SourceTargetMapper.class, CustomNumberMapper.class, Source.class, Target.class, ImportedType.class })
@IssueKey("44")
@DefaultTimeZone("UTC")
public class MapMappingTest {

@ProcessorTest
Expand Down

0 comments on commit 4981d05

Please sign in to comment.