Skip to content

Commit eb0f2d3

Browse files
committed
correcting test expectation for removable status
1 parent 5b46ab0 commit eb0f2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-chips/testing/chip-harness.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('MatChipHarness', () => {
3838
it('correctly identifies chips without matChipRemove elements as irremovable', async () => {
3939
const harnesses = await loader.getAllHarnesses(MatChipHarness);
4040

41-
expect(await harnesses[0].isRemovable()).toBeTrue();
41+
expect(await harnesses[0].isRemovable()).toBeFalse();
4242
});
4343

4444
it('correctly identifies chips with matChipRemove elements as removable', async () => {

0 commit comments

Comments
 (0)