Skip to content

Commit

Permalink
Fix the test mock
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Mar 7, 2025
1 parent e5ba325 commit 2438cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests-wtr/rules/logical-rules.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe('AutoConsentCMP', () => {
logs: {},
},
domActions: domActionsMock,
sendContentMessage: sinon.stub(),
};
cmp = new AutoConsentCMP(
{
Expand Down

0 comments on commit 2438cf4

Please sign in to comment.