Skip to content

Commit

Permalink
chore(contract): 1037 added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mmaul committed Jun 24, 2024
1 parent 9bd8071 commit e76a1b1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,6 @@ describe('MultiSelectAutocompleteComponent', () => {
it('should set prefilter value', async () => {
const { fixture } = await renderMultiSelectAutoCompleteComponent(false, 'hello');
const { componentInstance } = fixture;
let formSpy = spyOn(componentInstance.formControl, 'patchValue');
let updateSpy = spyOn(componentInstance, 'updateOptionsAndSelections');

expect(componentInstance.searchElement).toEqual('hello');
expect(componentInstance.selectedValue).toEqual([ 'hello' ]);
Expand Down

0 comments on commit e76a1b1

Please sign in to comment.