Skip to content

Commit

Permalink
Remove not required ArtemisSharedModule
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-glombik committed Dec 16, 2024
1 parent c8a5fef commit d4e54e6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { DocumentationButtonComponent } from 'app/shared/components/documentatio
import { LectureTitleChannelNameComponent } from 'app/lecture/lecture-title-channel-name.component';
import { MarkdownEditorMonacoComponent } from 'app/shared/markdown-editor/monaco/markdown-editor-monaco.component';
import { CustomNotIncludedInValidatorDirective } from '../../../../../main/webapp/app/shared/validators/custom-not-included-in-validator.directive';
import { ArtemisSharedModule } from '../../../../../main/webapp/app/shared/shared.module';
import { OwlDateTimeModule } from '@danielmoncada/angular-datetime-picker';
import { TitleChannelNameComponent } from '../../../../../main/webapp/app/shared/form/title-channel-name/title-channel-name.component';
import { LectureUpdatePeriodComponent } from '../../../../../main/webapp/app/lecture/lecture-period/lecture-period.component';
Expand All @@ -51,7 +50,7 @@ describe('LectureUpdateComponent', () => {
pastLecture.endDate = yesterday;

TestBed.configureTestingModule({
imports: [ArtemisTestModule, ArtemisSharedModule, FormsModule, MockModule(NgbTooltipModule), MockModule(OwlDateTimeModule)],
imports: [ArtemisTestModule, FormsModule, MockModule(NgbTooltipModule), MockModule(OwlDateTimeModule)],
declarations: [
LectureUpdateComponent,
LectureTitleChannelNameComponent,
Expand Down

0 comments on commit d4e54e6

Please sign in to comment.