Skip to content

Commit

Permalink
UIREQ-1001 add single print column initial commit - test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rgupta-nla committed Nov 28, 2023
1 parent f144b53 commit b4c2177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PrintButton/PrintButton.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ describe('PrintButton', () => {
removeAfterPrint: true,
onAfterPrint: props.onAfterPrint,
onBeforePrint: props.onBeforePrint,
onBeforeGetContent: props.onBeforeGetContent,
content: expect.any(Function),
trigger: expect.any(Function),
};
Expand Down

0 comments on commit b4c2177

Please sign in to comment.