Skip to content

Commit

Permalink
refactor(ExportStrategyTester): update TeacherDataService instantiati…
Browse files Browse the repository at this point in the history
…on parameters to fix test
  • Loading branch information
hirokiterashima committed Dec 19, 2024
1 parent b97fa08 commit bd0ce0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ export class ExportStrategyTester {

setUpTeacherDataService(): void {
this.teacherDataService = new TeacherDataService(
null,
this.annotationService,
this.configService,
null,
this.teacherProjectService,
this.teacherWebSocketService
);
Expand Down

0 comments on commit bd0ce0c

Please sign in to comment.