Skip to content

Commit

Permalink
tweak test title
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jul 18, 2023
1 parent 890ce47 commit c750761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ beforeEach(() => {
})

describe(getConsentedGroupIds, () => {
it('should return an empty array if no groups are consented', () => {
it('should return formatted groups', () => {
window.OnetrustActiveGroups = ',C0001,C0004,C0003,STACK42,'
expect(getConsentedGroupIds()).toEqual([
'C0001',
Expand Down

0 comments on commit c750761

Please sign in to comment.