Skip to content

Commit

Permalink
Fix tests after library update
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido committed Nov 26, 2024
1 parent e3f03a5 commit c7a3503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resources/report-schemas.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit c7a3503

Please sign in to comment.