Skip to content

Commit 875fca5

Browse files
committed
Updated create booking - set date to firday + 14
1 parent 4c8f338 commit 875fca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('search tests', () => {
181181
availabilityKey: jwt.sign(({
182182
productId: 11,
183183
optionId: 2,
184-
tourDate: moment().add(5, 'days').format(dateFormatCB),
184+
tourDate: moment().isoWeekday(5).add(14, 'days').format(dateFormatCB),
185185
// currency,
186186
unitItems: [
187187
{

0 commit comments

Comments
 (0)