test(pause ad): adapt current test after adding pause flag in ad

This commit is contained in:
Fanch
2024-05-15 14:23:05 +02:00
committed by Fanch
parent 54d1dab461
commit be2a2badcf
9 changed files with 16 additions and 0 deletions

View File

@@ -225,6 +225,7 @@ describe('Ad Repository', () => {
},
},
],
pause: false,
};
const adToCreate: AdEntity = AdEntity.create(createAdProps);
@@ -301,6 +302,7 @@ describe('Ad Repository', () => {
},
},
],
pause: false,
};
const adToCreate: AdEntity = AdEntity.create(createAdProps);