Skip to content

Commit 4837fef

Browse files
committed
[bugfix] Replace formatted string with number to fix test on build server
1 parent 6488193 commit 4837fef

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

internal/app/controller/testdata/transition_ballplacement.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"gameTimeElapsed": 0,
88
"gameTimeLeft": 300000000000,
99
"matchDuration": 0,
10-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
10+
"matchTimeStart": 0,
1111
"teamState": {
1212
"Blue": {
1313
"name": "",
@@ -48,7 +48,7 @@
4848
"gameTimeElapsed": 0,
4949
"gameTimeLeft": 300000000000,
5050
"matchDuration": 0,
51-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
51+
"matchTimeStart": 0,
5252
"teamState": {
5353
"Blue": {
5454
"name": "",
@@ -88,7 +88,7 @@
8888
"gameTimeElapsed": 0,
8989
"gameTimeLeft": 300000000000,
9090
"matchDuration": 0,
91-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
91+
"matchTimeStart": 0,
9292
"teamState": {
9393
"Blue": {
9494
"name": "",

internal/app/controller/testdata/transition_commands.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"gameTimeElapsed": 0,
88
"gameTimeLeft": 300000000000,
99
"matchDuration": 0,
10-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
10+
"matchTimeStart": 0,
1111
"teamState": {
1212
"Blue": {
1313
"name": "",
@@ -47,7 +47,7 @@
4747
"gameTimeElapsed": 0,
4848
"gameTimeLeft": 300000000000,
4949
"matchDuration": 0,
50-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
50+
"matchTimeStart": 0,
5151
"teamState": {
5252
"Blue": {
5353
"name": "",
@@ -88,7 +88,7 @@
8888
"gameTimeElapsed": 0,
8989
"gameTimeLeft": 300000000000,
9090
"matchDuration": 0,
91-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
91+
"matchTimeStart": 0,
9292
"teamState": {
9393
"Blue": {
9494
"name": "",
@@ -128,7 +128,7 @@
128128
"gameTimeElapsed": 0,
129129
"gameTimeLeft": 300000000000,
130130
"matchDuration": 0,
131-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
131+
"matchTimeStart": 0,
132132
"teamState": {
133133
"Blue": {
134134
"name": "",
@@ -168,7 +168,7 @@
168168
"gameTimeElapsed": 0,
169169
"gameTimeLeft": 300000000000,
170170
"matchDuration": 0,
171-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
171+
"matchTimeStart": 0,
172172
"teamState": {
173173
"Blue": {
174174
"name": "",
@@ -209,7 +209,7 @@
209209
"gameTimeElapsed": 0,
210210
"gameTimeLeft": 300000000000,
211211
"matchDuration": 0,
212-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
212+
"matchTimeStart": 0,
213213
"teamState": {
214214
"Blue": {
215215
"name": "",
@@ -249,7 +249,7 @@
249249
"gameTimeElapsed": 0,
250250
"gameTimeLeft": 300000000000,
251251
"matchDuration": 0,
252-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
252+
"matchTimeStart": 0,
253253
"teamState": {
254254
"Blue": {
255255
"name": "",
@@ -290,7 +290,7 @@
290290
"gameTimeElapsed": 0,
291291
"gameTimeLeft": 300000000000,
292292
"matchDuration": 0,
293-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
293+
"matchTimeStart": 0,
294294
"teamState": {
295295
"Blue": {
296296
"name": "",

internal/app/controller/testdata/transition_penalty.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"gameTimeElapsed": 0,
88
"gameTimeLeft": 300000000000,
99
"matchDuration": 0,
10-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
10+
"matchTimeStart": 0,
1111
"teamState": {
1212
"Blue": {
1313
"name": "",
@@ -48,7 +48,7 @@
4848
"gameTimeElapsed": 0,
4949
"gameTimeLeft": 300000000000,
5050
"matchDuration": 0,
51-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
51+
"matchTimeStart": 0,
5252
"teamState": {
5353
"Blue": {
5454
"name": "",
@@ -88,7 +88,7 @@
8888
"gameTimeElapsed": 0,
8989
"gameTimeLeft": 300000000000,
9090
"matchDuration": 0,
91-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
91+
"matchTimeStart": 0,
9292
"teamState": {
9393
"Blue": {
9494
"name": "",

internal/app/controller/testdata/transition_stages.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"gameTimeElapsed": 0,
88
"gameTimeLeft": 0,
99
"matchDuration": 0,
10-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
10+
"matchTimeStart": 0,
1111
"teamState": {
1212
"Blue": {
1313
"name": "",
@@ -47,7 +47,7 @@
4747
"gameTimeElapsed": 0,
4848
"gameTimeLeft": 0,
4949
"matchDuration": 0,
50-
"matchTimeStart": "1970-01-01T01:00:00+01:00",
50+
"matchTimeStart": 0,
5151
"teamState": {
5252
"Blue": {
5353
"name": "",
@@ -87,7 +87,7 @@
8787
"gameTimeElapsed": 0,
8888
"gameTimeLeft": 300000000000,
8989
"matchDuration": 0,
90-
"matchTimeStart": "1970-01-01T01:00:01+01:00",
90+
"matchTimeStart": 1000000000,
9191
"teamState": {
9292
"Blue": {
9393
"name": "",
@@ -127,7 +127,7 @@
127127
"gameTimeElapsed": 0,
128128
"gameTimeLeft": 300000000000,
129129
"matchDuration": 0,
130-
"matchTimeStart": "1970-01-01T01:00:01+01:00",
130+
"matchTimeStart": 1000000000,
131131
"teamState": {
132132
"Blue": {
133133
"name": "",
@@ -167,7 +167,7 @@
167167
"gameTimeElapsed": 0,
168168
"gameTimeLeft": 300000000000,
169169
"matchDuration": 0,
170-
"matchTimeStart": "1970-01-01T01:00:01+01:00",
170+
"matchTimeStart": 1000000000,
171171
"teamState": {
172172
"Blue": {
173173
"name": "",
@@ -207,7 +207,7 @@
207207
"gameTimeElapsed": 0,
208208
"gameTimeLeft": 0,
209209
"matchDuration": 0,
210-
"matchTimeStart": "1970-01-01T01:00:01+01:00",
210+
"matchTimeStart": 1000000000,
211211
"teamState": {
212212
"Blue": {
213213
"name": "",
@@ -247,7 +247,7 @@
247247
"gameTimeElapsed": 0,
248248
"gameTimeLeft": 300000000000,
249249
"matchDuration": 0,
250-
"matchTimeStart": "1970-01-01T01:00:01+01:00",
250+
"matchTimeStart": 1000000000,
251251
"teamState": {
252252
"Blue": {
253253
"name": "",

0 commit comments

Comments
 (0)