@@ -171,27 +171,27 @@ module.exports = () => {
171171 explicitlyNotBadEffectiveRunCoverage : 0 ,
172172 flagComments : [
173173 {
174- "id" : 1 ,
175- " comment" : "Some qc comment 1" ,
176- " flagType" : {
177- " name" : "Limited Acceptance MC Reproducible" ,
178- " color" : "#FFFF00"
174+ id : 1 ,
175+ comment : "Some qc comment 1" ,
176+ flagType : {
177+ name : "Limited Acceptance MC Reproducible" ,
178+ color : "#FFFF00"
179179 }
180180 } ,
181181 {
182- "id" : 2 ,
183- " comment" : "Some qc comment 2" ,
184- " flagType" : {
185- " name" : "Limited acceptance" ,
186- " color" : "#FFFF00"
182+ id : 2 ,
183+ comment : "Some qc comment 2" ,
184+ flagType : {
185+ name : "Limited acceptance" ,
186+ color : "#FFFF00"
187187 }
188188 } ,
189189 {
190- "id" : 3 ,
191- " comment" : "Some qc comment 3" ,
192- " flagType" : {
193- " name" : "Bad" ,
194- " color" : null
190+ id : 3 ,
191+ comment : "Some qc comment 3" ,
192+ flagType : {
193+ name : "Bad" ,
194+ color : null
195195 }
196196 }
197197 ] ,
@@ -203,11 +203,11 @@ module.exports = () => {
203203 missingVerificationsCount : 1 ,
204204 flagComments : [
205205 {
206- "id" : 7 ,
207- " comment" : "Some qc comment 7" ,
208- " flagType" : {
209- " name" : "Good" ,
210- " color" : null
206+ id : 7 ,
207+ comment : "Some qc comment 7" ,
208+ flagType : {
209+ name : "Good" ,
210+ color : null
211211 }
212212 }
213213 ] ,
@@ -221,19 +221,19 @@ module.exports = () => {
221221 missingVerificationsCount : 2 ,
222222 flagComments : [
223223 {
224- "id" : 202 ,
225- " comment" : "Some qc comment 1" ,
226- " flagType" : {
227- " name" : "Good" ,
228- " color" : null
224+ id : 202 ,
225+ comment : "Some qc comment 1" ,
226+ flagType : {
227+ name : "Good" ,
228+ color : null
229229 }
230230 } ,
231231 {
232- "id" : 201 ,
233- " comment" : "Some qc comment 1" ,
234- " flagType" : {
235- " name" : "Limited Acceptance MC Reproducible" ,
236- " color" : "#FFFF00"
232+ id : 201 ,
233+ comment : "Some qc comment 1" ,
234+ flagType : {
235+ name : "Limited Acceptance MC Reproducible" ,
236+ color : "#FFFF00"
237237 }
238238 }
239239 ] ,
@@ -245,11 +245,11 @@ module.exports = () => {
245245 missingVerificationsCount : 1 ,
246246 flagComments : [
247247 {
248- "id" : 203 ,
249- " comment" : "Some qc comment 1" ,
250- " flagType" : {
251- " name" : "Good" ,
252- " color" : null
248+ id : 203 ,
249+ comment : "Some qc comment 1" ,
250+ flagType : {
251+ name : "Good" ,
252+ color : null
253253 }
254254 }
255255 ] ,
0 commit comments