Skip to content

Commit cd45117

Browse files
authored
tweak test title (#904)
1 parent 890ce47 commit cd45117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/consent/consent-wrapper-onetrust/src/lib/__tests__/onetrust-api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ beforeEach(() => {
1010
})
1111

1212
describe(getConsentedGroupIds, () => {
13-
it('should return an empty array if no groups are consented', () => {
13+
it('should return formatted groups', () => {
1414
window.OnetrustActiveGroups = ',C0001,C0004,C0003,STACK42,'
1515
expect(getConsentedGroupIds()).toEqual([
1616
'C0001',

0 commit comments

Comments
 (0)