Skip to content

Commit

Permalink
Fixing client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-glombik committed Sep 3, 2024
1 parent 6d0439e commit f43d6e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ describe('ProgrammingDiffReportDetailComponent', () => {
{ provide: ProgrammingExerciseParticipationService, useClass: MockProgrammingExerciseParticipationService },
],
}).compileComponents();
modalService = fixture.debugElement.injector.get(NgbModal);

fixture = TestBed.createComponent(ProgrammingDiffReportDetailComponent);

modalService = fixture.debugElement.injector.get(NgbModal);
component = fixture.componentInstance;
});

Expand Down

0 comments on commit f43d6e5

Please sign in to comment.