Skip to content

Commit

Permalink
fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
undernagruzez committed Sep 30, 2024
1 parent 7bd2101 commit 653816d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ import { AlertService } from 'app/core/util/alert.service';
import { MockResizeObserver } from '../../helpers/mocks/service/mock-resize-observer';
import { MonacoEditorModule } from 'app/shared/monaco-editor/monaco-editor.module';
import { CodeEditorMonacoComponent } from 'app/exercises/programming/shared/code-editor/monaco/code-editor-monaco.component';
import { RequestFeedbackButtonComponent } from 'app/overview/exercise-details/request-feedback-button/request-feedback-button.component';

describe('CodeEditorContainerIntegration', () => {
let container: CodeEditorContainerComponent;
Expand Down Expand Up @@ -123,6 +124,7 @@ describe('CodeEditorContainerIntegration', () => {
TreeviewItemComponent,
MockPipe(ArtemisDatePipe),
MockComponent(CodeEditorTutorAssessmentInlineFeedbackComponent),
MockComponent(RequestFeedbackButtonComponent),
],
providers: [
ChangeDetectorRef,
Expand Down

0 comments on commit 653816d

Please sign in to comment.