Skip to content

Commit

Permalink
Update TCString.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinzBaumann authored Jan 14, 2025
1 parent 8658a03 commit c8abbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/test/TCString.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ describe('TCString', (): void => {
});

tcModel.vendorLegitimateInterests.forEach((value: boolean, id: number): void => {
// gvl spec ver 2, gvl ver 51: vendor ids 415, 612 1n 615 have special purposes only declared. LI needs to be true
// gvl spec ver 2, gvl ver 51: vendor ids 415, 612 and 615 have special purposes only declared. LI needs to be true
if ( (id === 415 || id === 612 || id === 615 ) && value ) {
expect(newModel.vendorLegitimateInterests.has(id), `vendorLegitimateInterestsForSpecialPurpose.has(${id})`).to.be.true;
}
Expand Down

0 comments on commit c8abbb7

Please sign in to comment.