update inline snapshot

This commit is contained in:
Jean-Louis Leysens 2022-04-20 16:41:18 +02:00
parent 3ca4e21bde
commit eb413234a7
No known key found for this signature in database
GPG key ID: 28B3B4DFF3677CDC

View file

@ -89,10 +89,10 @@ export default function ({ getService }: FtrProviderContext) {
expectSnapshot(reporting.printable_pdf.metrics?.pdf_pages).toMatchInline(`
Object {
"values": Object {
"50_0": 1,
"75_0": 1,
"95_0": 1,
"99_0": 1,
"50_0": 1.5,
"75_0": 2,
"95_0": 2,
"99_0": 2,
},
}
`);