Skip to content

Commit

Permalink
TEST: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maelmrgt committed Apr 11, 2024
1 parent 6f0d59b commit 88b0f0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/spec/modules/greenbidsAnalyticsAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,5 +433,8 @@ describe('Greenbids Prebid AnalyticsAdapter Testing', function () {
it('should return determinist true when sampling flag activated', function() {
expect(isSampled('ce1f3692-632c-4cfd-9e40-0c2ad625ec56', 0.0001, 0.0)).to.be.true;
});
after(() => {
utils.getParameterByName.restore();
});
});
});

0 comments on commit 88b0f0b

Please sign in to comment.