Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iimpulse committed Sep 18, 2024
1 parent 148a54c commit 973fb3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { async, ComponentFixture, TestBed, waitForAsync } from '@angular/core/te
import {ProfileSearchComponent} from './profile-search.component';
import {SearchService} from "../../../shared/search/service/search.service";
import {HttpClientTestingModule} from "@angular/common/http/testing";
import {TermService} from "../../services/term/term.service";
import {GlobalMaterialModules} from "../../../shared/modules/global.module";
import {NoopAnimationsModule} from "@angular/platform-browser/animations";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import { AnnotationService } from '../../services/annotation/annotation.service'
import { OntologyService } from '../../services/ontology/ontology.service';
import {MatStepper} from "@angular/material/stepper";
import {MatSort} from "@angular/material/sort";
import {MatPaginator} from "@angular/material/paginator";
import { SimpleTerm, Term } from '../../models/models';
import { SimpleTerm } from '../../models/models';

@Component({
selector: 'app-custom',
Expand Down

0 comments on commit 973fb3c

Please sign in to comment.