@@ -51,7 +51,7 @@ describe('finteza analytics adapter', function () {
51
51
52
52
describe ( 'track' , ( ) => {
53
53
describe ( 'bid request' , ( ) => {
54
- it ( 'builds and sends data' , function ( ) {
54
+ it ( 'builds and sends request data' , function ( ) {
55
55
const bidderCode = 'Bidder789' ;
56
56
const pauctionId = '5018eb39-f900-4370-b71e-3bb5b48d324f' ;
57
57
@@ -95,7 +95,7 @@ describe('finteza analytics adapter', function () {
95
95
} ) ;
96
96
97
97
describe ( 'bid response' , ( ) => {
98
- it ( 'builds and sends data' , function ( ) {
98
+ it ( 'builds and sends response data' , function ( ) {
99
99
const bidderCode = 'Bidder789' ;
100
100
const pauctionId = '5018eb39-f900-4370-b71e-3bb5b48d324f' ;
101
101
@@ -154,7 +154,7 @@ describe('finteza analytics adapter', function () {
154
154
} ) ;
155
155
156
156
describe ( 'bid won' , ( ) => {
157
- it ( 'builds and sends data' , function ( ) {
157
+ it ( 'builds and sends bid won data' , function ( ) {
158
158
const bidderCode = 'Bidder789' ;
159
159
const pauctionId = '5018eb39-f900-4370-b71e-3bb5b48d324f' ;
160
160
@@ -194,7 +194,7 @@ describe('finteza analytics adapter', function () {
194
194
} ) ;
195
195
196
196
describe ( 'bid timeout' , ( ) => {
197
- it ( 'builds and sends data' , function ( ) {
197
+ it ( 'builds and sends timeout data' , function ( ) {
198
198
const bidderCode = 'biDDer789' ;
199
199
const pauctionId = '5018eb39-f900-4370-b71e-3bb5b48d324f' ;
200
200
0 commit comments