Skip to content

Commit 6856dce

Browse files
committed
Fix tests after library update
1 parent 1e84351 commit 6856dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_report_schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ def test_schema_of_document_with_address_information_report_id_valid(
8787
)
8888

8989
assert isinstance(report, DocumentWithAddressInformationReport)
90-
assert report.properties.barcode.document_type == 'driving_licence'
90+
assert report.properties.barcode[0].document_type == 'driving_licence'

0 commit comments

Comments
 (0)