Skip to content

Commit e216fd8

Browse files
G MoG Mo
authored andcommitted
fixed date in batch configs to be in future
1 parent 20e6c1f commit e216fd8

11 files changed

Lines changed: 11 additions & 11 deletions

src/test/suite/fixtures/badRegex.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lobbyTimeout": "E300",
1717
"failedEquipmentCheck": "E400"
1818
},
19-
"launchDate": "2025-12-01T12:00:00.000Z",
19+
"launchDate": "2026-12-01T12:00:00.000Z",
2020
"customIdInstructions": {
2121
"default!": "default-instructions.md",
2222
"group1": "group1-instructions.md"

src/test/suite/fixtures/exitCodesObj.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lobbyTimeout": "E300",
1717
"failedEquipmentCheck": "E400"
1818
},
19-
"launchDate": "2025-12-01T12:00:00.000Z",
19+
"launchDate": "2026-12-01T12:00:00.000Z",
2020
"customIdInstructions": {
2121
"default": "default-instructions.md",
2222
"group1": "group1-instructions.md"

src/test/suite/fixtures/invalidEnum.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lobbyTimeout": "E300",
1717
"failedEquipmentCheck": "E400"
1818
},
19-
"launchDate": "2025-12-01T12:00:00.000Z",
19+
"launchDate": "2026-12-01T12:00:00.000Z",
2020
"customIdInstructions": {
2121
"default": "default-instructions.md",
2222
"group1": "group1-instructions.md"

src/test/suite/fixtures/invalidValueSyntax.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lobbyTimeout": "E300",
1717
"failedEquipmentCheck": "E400"
1818
},
19-
"launchDate": "2025-12-01T12:00:00.000Z",
19+
"launchDate": "2026-12-01T12:00:00.000Z",
2020
"customIdInstructions": {
2121
"default": "default-instructions.md",
2222
"group1": "group1-instructions.md"

src/test/suite/fixtures/knockdownsNotSameTreatments.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lobbyTimeout": "E300",
1616
"failedEquipmentCheck": "E400"
1717
},
18-
"launchDate": "2025-12-01T12:00:00.000Z",
18+
"launchDate": "2026-12-01T12:00:00.000Z",
1919
"customIdInstructions": {
2020
"default": "default-instructions.md",
2121
"group1": "group1-instructions.md"

src/test/suite/fixtures/payoffsLengthNotEqual.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lobbyTimeout": "E300",
1717
"failedEquipmentCheck": "E400"
1818
},
19-
"launchDate": "2025-12-01T12:00:00.000Z",
19+
"launchDate": "2026-12-01T12:00:00.000Z",
2020
"customIdInstructions": {
2121
"default": "default-instructions.md",
2222
"group1": "group1-instructions.md"

src/test/suite/fixtures/payoffsNegativeNumber.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lobbyTimeout": "E300",
1717
"failedEquipmentCheck": "E400"
1818
},
19-
"launchDate": "2025-12-01T12:00:00.000Z",
19+
"launchDate": "2026-12-01T12:00:00.000Z",
2020
"customIdInstructions": {
2121
"default": "default-instructions.md",
2222
"group1": "group1-instructions.md"

src/test/suite/fixtures/test.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lobbyTimeout": "E300",
1717
"failedEquipmentCheck": "E400"
1818
},
19-
"launchDate": "2025-12-01T12:00:00.000Z",
19+
"launchDate": "2026-12-01T12:00:00.000Z",
2020
"customIdInstructions": {
2121
"default": "default-instructions.md",
2222
"group1": "group1-instructions.md"

src/test/suite/fixtures/videoAudioDifferent.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lobbyTimeout": "E300",
1717
"failedEquipmentCheck": "E400"
1818
},
19-
"launchDate": "2025-12-01T12:00:00.000Z",
19+
"launchDate": "2026-12-01T12:00:00.000Z",
2020
"customIdInstructions": {
2121
"default": "default-instructions.md",
2222
"group1": "group1-instructions.md"

src/test/suite/fixtures/wrongFieldName.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lobbyTimeout": "E300",
1717
"failedEquipmentCheck": "E400"
1818
},
19-
"launchDate": "2025-12-01T12:00:00.000Z",
19+
"launchDate": "2026-12-01T12:00:00.000Z",
2020
"customIdInstructions": {
2121
"default": "default-instructions.md",
2222
"group1": "group1-instructions.md"

0 commit comments

Comments
 (0)