Skip to content

Commit 261cb7c

Browse files
PooShamdevversion
authored andcommitted
fix(material/dialog): Fix mdc action align test
1 parent b060272 commit 261cb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-dialog/dialog.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@ describe('MDC-based MatDialog', () => {
16791679
.not.toHaveClass('mat-mdc-dialog-actions-align-center');
16801680
expect(actions)
16811681
.withContext('Expected action buttons to have class align-end')
1682-
.not.toHaveClass('mat-mdc-dialog-actions-align-end');
1682+
.toHaveClass('mat-mdc-dialog-actions-align-end');
16831683
});
16841684
}
16851685
});

0 commit comments

Comments
 (0)