Skip to content

Commit

Permalink
build: fix failing test
Browse files Browse the repository at this point in the history
Fixes a test that's failing at head.
  • Loading branch information
crisbeto committed Feb 3, 2025
1 parent 4eb06ac commit a987cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/material/chips/chip-listbox.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,7 @@ class MultiSelectionChipListbox {
</mat-chip-option>
</mat-chip-listbox>
`,
standalone: false,
})
class AsyncMultiSelectionChipListbox {
private _chipsSubject = new BehaviorSubject(['tutorial-1', 'tutorial-2', 'tutorial-3']);
Expand Down

0 comments on commit a987cac

Please sign in to comment.