Skip to content

Commit

Permalink
Update fintezaAnalyticsAdapter_spec.js (#8467)
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored May 24, 2022
1 parent b01ec40 commit 14ae8d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/spec/modules/fintezaAnalyticsAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('finteza analytics adapter', function () {

describe('track', () => {
describe('bid request', () => {
it('builds and sends data', function () {
it('builds and sends request data', function () {
const bidderCode = 'Bidder789';
const pauctionId = '5018eb39-f900-4370-b71e-3bb5b48d324f';

Expand Down Expand Up @@ -95,7 +95,7 @@ describe('finteza analytics adapter', function () {
});

describe('bid response', () => {
it('builds and sends data', function () {
it('builds and sends response data', function () {
const bidderCode = 'Bidder789';
const pauctionId = '5018eb39-f900-4370-b71e-3bb5b48d324f';

Expand Down Expand Up @@ -154,7 +154,7 @@ describe('finteza analytics adapter', function () {
});

describe('bid won', () => {
it('builds and sends data', function () {
it('builds and sends bid won data', function () {
const bidderCode = 'Bidder789';
const pauctionId = '5018eb39-f900-4370-b71e-3bb5b48d324f';

Expand Down Expand Up @@ -194,7 +194,7 @@ describe('finteza analytics adapter', function () {
});

describe('bid timeout', () => {
it('builds and sends data', function () {
it('builds and sends timeout data', function () {
const bidderCode = 'biDDer789';
const pauctionId = '5018eb39-f900-4370-b71e-3bb5b48d324f';

Expand Down

0 comments on commit 14ae8d5

Please sign in to comment.