Skip to content

Commit

Permalink
Review comments: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
3link committed Dec 1, 2023
1 parent 36ddb80 commit 664636e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/spec/modules/eids_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ describe('eids array generation for known sub-modules', function() {
});
});


it('sovrn', function() {
const userId = {
sovrn: {'id': 'sample_id'}
Expand All @@ -261,12 +260,12 @@ describe('eids array generation for known sub-modules', function() {
const newEids = createEidsArray(userId);
expect(newEids.length).to.equal(1);
expect(newEids[0]).to.deep.equal({
source: 'media.net',
source: 'liveintent.sovrn.com',
uids: [{
id: 'sample_id',
atype: 3,
ext: {
provider: 'liveintent.sovrn.com'
provider: 'some.provider.com'
}
}]
});
Expand Down

0 comments on commit 664636e

Please sign in to comment.