Skip to content

Commit

Permalink
fix auto import: what tested:
Browse files Browse the repository at this point in the history
1. pitest run
2. pitest history
3. pitest report rendering
4. annotation generated
5. annotation lib import
6. config change for annotation lib location
7. config change for new fields in annotation
  • Loading branch information
zhislin committed Dec 28, 2024
1 parent 55870ef commit af61608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class GenerateAnnotationCommand extends UnittestCaseCheckCommand {
public GenerateAnnotationCommand(Project project, CaseCheckContext context) {
super(project, context);
this.psiElementFactory = JavaPsiFacade.getInstance(project).getElementFactory();
this.configService = ServiceManager.getService(project, AnnotationConfigService.class);
this.configService = ServiceManager.getService(AnnotationConfigService.class);
this.valueProviderService = ServiceManager.getService(project, ValueProviderService.class);
}

Expand Down

0 comments on commit af61608

Please sign in to comment.