Skip to content

Commit

Permalink
fix(material/dialog): Fix mdc action align test
Browse files Browse the repository at this point in the history
  • Loading branch information
PooSham authored and devversion committed Feb 1, 2022
1 parent b060272 commit 261cb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-dialog/dialog.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ describe('MDC-based MatDialog', () => {
.not.toHaveClass('mat-mdc-dialog-actions-align-center');
expect(actions)
.withContext('Expected action buttons to have class align-end')
.not.toHaveClass('mat-mdc-dialog-actions-align-end');
.toHaveClass('mat-mdc-dialog-actions-align-end');
});
}
});
Expand Down

0 comments on commit 261cb7c

Please sign in to comment.