Skip to content

Commit

Permalink
removed fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
robGardiner01 committed May 17, 2024
1 parent 92c8651 commit 55d39e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/multiselect/multiselect.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { SearchIcon } from 'primeng/icons/search';
import { TimesIcon } from 'primeng/icons/times';
import { NO_ERRORS_SCHEMA } from '@angular/core';

fdescribe('MultiSelect', () => {
describe('MultiSelect', () => {
let multiselect: MultiSelect;
let multiselectItem: MultiSelectItem;
let fixture: ComponentFixture<MultiSelect>;
Expand Down

0 comments on commit 55d39e7

Please sign in to comment.