Skip to content

Commit

Permalink
Update test/spec/modules/liveIntentIdHubSystem_spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Dreiling <34981284+3link@users.noreply.github.com>
  • Loading branch information
peixunzhang and 3link committed Aug 19, 2024
1 parent b9f2437 commit a455e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/liveIntentIdHubSystem_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('LiveIntentIdHub', function() {
resetSubmodule();
});

it('should fire an event and resolve when getId and include the pricacy settings the resolution request', function () {
it('should fire an event and resolve when getId and include the privacy settings into the resolution request', function () {
uspConsentDataStub.returns('1YNY');
gdprConsentDataStub.returns({
gdprApplies: true,
Expand Down

0 comments on commit a455e99

Please sign in to comment.