Skip to content

Commit

Permalink
build: fix failing test (#30443)
Browse files Browse the repository at this point in the history
Fixes a test that's failing at head.
  • Loading branch information
crisbeto authored Feb 3, 2025
1 parent 4eb06ac commit 8e09179
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 8e09179

Please sign in to comment.