@@ -174,7 +174,7 @@ describe("multi-scenario costs chart tooltip text for stacked column", () => {
174174 notDiffingHeader ,
175175 false ,
176176 { color : "inherit" , text : "74\\.0%.* of pre-pandemic GDP" } ,
177- { color : "inherit" , text : "3\\.8 %" } ,
177+ { color : "inherit" , text : "3\\.82 %" } ,
178178 { color : "inherit" , text : "0\\.1%" } ,
179179 { color : "inherit" , text : "70\\.1%" } ,
180180 ) ,
@@ -195,7 +195,7 @@ describe("multi-scenario costs chart tooltip text for stacked column", () => {
195195 diffingHeader ,
196196 false ,
197197 { color : "darkgreen" , text : "74\\.0%.* of pre-pandemic GDP" , isNegative : true } ,
198- { color : "darkgreen" , text : "3\\.8 %" , isNegative : true } ,
198+ { color : "darkgreen" , text : "3\\.82 %" , isNegative : true } ,
199199 { color : "darkred" , text : "0\\.1%" } ,
200200 { color : "darkred" , text : "70\\.1%" } ,
201201 ) ,
@@ -262,7 +262,7 @@ describe("multi-scenario costs chart tooltip text for stacked column", () => {
262262 notDiffingHeader ,
263263 false ,
264264 { color : "inherit" , text : "74\\.0%.* of pre-pandemic GDP" } ,
265- { color : "inherit" , text : "3\\.8 %" } ,
265+ { color : "inherit" , text : "3\\.82 %" } ,
266266 { color : "inherit" , text : "0\\.1%" } ,
267267 { color : "inherit" , text : "70\\.1%" } ,
268268 ) ,
@@ -282,8 +282,8 @@ describe("multi-scenario costs chart tooltip text for stacked column", () => {
282282 hospitalParamOption ,
283283 diffingHeader ,
284284 false ,
285- { color : "darkgreen" , text : "7,301\\.0 %.* of pre-pandemic GDP" , isNegative : true } ,
286- { color : "darkgreen" , text : "3\\.8 %" , isNegative : true } ,
285+ { color : "darkgreen" , text : "7,300 %.* of pre-pandemic GDP" , isNegative : true } ,
286+ { color : "darkgreen" , text : "3\\.82 %" , isNegative : true } ,
287287 { color : "darkred" , text : "0\\.1%" } ,
288288 { color : "darkred" , text : "7,000%" } ,
289289 ) ,
0 commit comments