We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a6a09 commit 3d61344Copy full SHA for 3d61344
yoti_python_sdk/tests/fixtures/testextradata.txt
yoti_python_sdk/tests/share/test_extra_data.py
@@ -47,7 +47,7 @@ def get_extra_data_from_base64(filepath):
47
return ExtraData(protobuf_extra_data)
48
49
50
-def test_attribute_issuance_details_should_return_nil_when_no_data_entries():
+def test_attribute_issuance_details_should_return_none_when_no_data_entries():
51
extra_data = ExtraData(create_extra_data([]))
52
53
assert extra_data.attribute_issuance_details is None
0 commit comments