Skip to content

Commit

Permalink
adspiritBidAdapter - fix lint errors in unit test file (#11163)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnellbaker authored Mar 1, 2024
1 parent 9427cd3 commit 0a0343b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/spec/modules/adspiritBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { BANNER, NATIVE } from 'src/mediaTypes.js';
const RTB_URL = '/rtb/getbid.php?rtbprovider=prebid';
const SCRIPT_URL = '/adasync.min.js';

describe('Adspirit Bidder Spec', function () {

describe('Adspirit Bidder Spec', function () {
// isBidRequestValid ---case
describe('isBidRequestValid', function () {
it('should return true if the bid request is valid', function () {
Expand Down Expand Up @@ -218,7 +217,6 @@ describe('Adspirit Bidder Spec', function () {
});
});


const bannerBidRequestMock = {
bidRequest: {
bidId: '123456',
Expand Down

0 comments on commit 0a0343b

Please sign in to comment.