From c7a350348d13b319b9f97ae7f4763c3fe439ed49 Mon Sep 17 00:00:00 2001 From: Davide Vacca Date: Tue, 26 Nov 2024 17:45:43 +0100 Subject: [PATCH] Fix tests after library update --- test/resources/report-schemas.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/resources/report-schemas.test.ts b/test/resources/report-schemas.test.ts index 60f6c61..6c0fbc7 100644 --- a/test/resources/report-schemas.test.ts +++ b/test/resources/report-schemas.test.ts @@ -109,7 +109,7 @@ it("schema of document with address information report should be valid", async ( }) ); - expect(document_report.properties.barcode.document_type).toEqual( + expect(document_report.properties.barcode[0].document_type).toEqual( "driving_licence" ); }, 30000);