Skip to content

Commit

Permalink
Adjusted test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mdghousesaqlain committed Mar 2, 2024
1 parent 02fd5da commit 4394726
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions modules/publirBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,6 @@ function getEncodedValIfNotEmpty(val) {
return !isEmpty(val) ? encodeURIComponent(val) : '';
}

/**
* Get preferred user-sync method based on publisher configuration
* @param "filterSettings, bidderCode" {string}
* @returns {string}
*/
function getAllowedSyncMethod(filterSettings, bidderCode) {
const iframeConfigsToCheck = ['all', 'iframe'];
const pixelConfigToCheck = 'image';
Expand Down
3 changes: 0 additions & 3 deletions test/spec/modules/publirBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,6 @@ describe('publirAdapter', function () {
})

describe('onBidWon', function() {
beforeEach(function() {
sinon.stub(utils, 'triggerPixel');
});
afterEach(function() {
utils.triggerPixel.restore();
});
Expand Down

0 comments on commit 4394726

Please sign in to comment.