Skip to content

Commit

Permalink
rebase(search-filters): clean after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Nov 26, 2024
1 parent 1e110bc commit 2671c55
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 @@ -11,7 +11,6 @@ import {
FeatureSearchModule,
SearchFiltersSummaryComponent,
} from '@geonetwork-ui/feature/search'
import { MatIconModule } from '@angular/material/icon'

@Component({
selector: 'md-editor-search-filters',
Expand All @@ -21,7 +20,6 @@ import { MatIconModule } from '@angular/material/icon'
TranslateModule,
FeatureSearchModule,
NgIconComponent,
MatIconModule,
SearchFiltersSummaryComponent,
],
providers: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class TranslateServiceMock {
get = jest.fn(() => of(''))
}

describe('SearchFiltersSummaryComponent', () => {
describe('SearchFiltersSummaryItemComponent', () => {
let component: SearchFiltersSummaryItemComponent
let fixture: ComponentFixture<SearchFiltersSummaryItemComponent>
let searchFacade: SearchFacade
Expand Down

0 comments on commit 2671c55

Please sign in to comment.