Skip to content

Commit

Permalink
Merge branch 'develop' into feature/MOL-487/PICT-262_resolved-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tdang1-shopmacher committed Oct 8, 2024
1 parent e216f9b commit e977ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions processor/tests/validators/env.validators.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe('Test env.validators.ts', () => {
condition: { min: 1, max: 4 },
},
{
index1: 11,
index1: 13,
index2: 0,
field1: 'mollie',
field2: 'bankTransferDueDate',
Expand All @@ -172,7 +172,7 @@ describe('Test env.validators.ts', () => {
},
},
{
index1: 12,
index1: 14,
index2: 0,
field1: 'commerceTools',
field2: 'authMode',
Expand Down

0 comments on commit e977ff0

Please sign in to comment.