Skip to content

Commit

Permalink
Adjust test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
itwasmattgregg committed Mar 20, 2024
1 parent 906559c commit a01a6b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('<FooterHelp />', () => {

expect(footerHelp).toContainReactComponent('div', {
style: expect.objectContaining({
'--p-footer-help-align': 'start',
'--pc-footer-help-align': 'start',
}) as React.CSSProperties,
});
});
Expand Down

0 comments on commit a01a6b2

Please sign in to comment.