@@ -38,6 +38,7 @@ describe('upsertMapWaypointsInOperationalPoints', () => {
38
38
} ,
39
39
} ,
40
40
position : 0 ,
41
+ weight : null ,
41
42
} ,
42
43
{
43
44
id : '2' ,
@@ -52,6 +53,7 @@ describe('upsertMapWaypointsInOperationalPoints', () => {
52
53
position : 7746000 ,
53
54
} ,
54
55
position : 9246000 ,
56
+ weight : null ,
55
57
} ,
56
58
{
57
59
id : 'Mid_West_station' ,
@@ -66,6 +68,7 @@ describe('upsertMapWaypointsInOperationalPoints', () => {
66
68
} ,
67
69
} ,
68
70
position : 12050000 ,
71
+ weight : null ,
69
72
} ,
70
73
{
71
74
id : 'Mid_East_station' ,
@@ -80,6 +83,7 @@ describe('upsertMapWaypointsInOperationalPoints', () => {
80
83
} ,
81
84
} ,
82
85
position : 26500000 ,
86
+ weight : null ,
83
87
} ,
84
88
] ) ;
85
89
} ) ;
@@ -108,6 +112,7 @@ describe('upsertMapWaypointsInOperationalPoints', () => {
108
112
position : 6481000 ,
109
113
} ,
110
114
position : 0 ,
115
+ weight : null ,
111
116
} ,
112
117
{
113
118
id : 'Mid_West_station' ,
@@ -122,6 +127,7 @@ describe('upsertMapWaypointsInOperationalPoints', () => {
122
127
} ,
123
128
} ,
124
129
position : 4069000 ,
130
+ weight : null ,
125
131
} ,
126
132
{
127
133
id : '2' ,
@@ -136,6 +142,7 @@ describe('upsertMapWaypointsInOperationalPoints', () => {
136
142
position : 679000 ,
137
143
} ,
138
144
position : 4198000 ,
145
+ weight : null ,
139
146
} ,
140
147
{
141
148
id : '3' ,
@@ -150,6 +157,7 @@ describe('upsertMapWaypointsInOperationalPoints', () => {
150
157
position : 883000 ,
151
158
} ,
152
159
position : 4402000 ,
160
+ weight : null ,
153
161
} ,
154
162
] ) ;
155
163
} ) ;
@@ -178,6 +186,7 @@ describe('upsertMapWaypointsInOperationalPoints', () => {
178
186
position : 6481000 ,
179
187
} ,
180
188
position : 0 ,
189
+ weight : null ,
181
190
} ,
182
191
{
183
192
id : '2' ,
@@ -192,6 +201,7 @@ describe('upsertMapWaypointsInOperationalPoints', () => {
192
201
position : 4733000 ,
193
202
} ,
194
203
position : 1748000 ,
204
+ weight : null ,
195
205
} ,
196
206
] ) ;
197
207
} ) ;
@@ -220,6 +230,7 @@ describe('upsertMapWaypointsInOperationalPoints', () => {
220
230
} ,
221
231
} ,
222
232
position : 0 ,
233
+ weight : null ,
223
234
} ,
224
235
{
225
236
id : 'Mid_West_station' ,
@@ -234,6 +245,7 @@ describe('upsertMapWaypointsInOperationalPoints', () => {
234
245
} ,
235
246
} ,
236
247
position : 12050000 ,
248
+ weight : null ,
237
249
} ,
238
250
{
239
251
id : 'Mid_East_station' ,
@@ -248,6 +260,7 @@ describe('upsertMapWaypointsInOperationalPoints', () => {
248
260
} ,
249
261
} ,
250
262
position : 26500000 ,
263
+ weight : null ,
251
264
} ,
252
265
] ) ;
253
266
} ) ;
0 commit comments