Skip to content

Commit 14ae8d5

Browse files
authored
Update fintezaAnalyticsAdapter_spec.js (#8467)
1 parent b01ec40 commit 14ae8d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/spec/modules/fintezaAnalyticsAdapter_spec.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('finteza analytics adapter', function () {
5151

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

@@ -95,7 +95,7 @@ describe('finteza analytics adapter', function () {
9595
});
9696

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

@@ -154,7 +154,7 @@ describe('finteza analytics adapter', function () {
154154
});
155155

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

@@ -194,7 +194,7 @@ describe('finteza analytics adapter', function () {
194194
});
195195

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

0 commit comments

Comments
 (0)