We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80aa82d commit db06eb4Copy full SHA for db06eb4
1 file changed
flatdata-py/tests/test_backward_compatibility.py
@@ -32,7 +32,7 @@ def test_instance_reading():
32
def test_multi_namespace_instance_reading_implicit():
33
root_namespace = None
34
archive_name = "Archive"
35
- module = Engine(MULTI_NAMESPACE_TEST_SCHEMA).render_python_module(None, archive_name, root_namespace)
+ module, archive_type = Engine(MULTI_NAMESPACE_TEST_SCHEMA).render_python_module(None, archive_name, root_namespace)
36
valid_data = {
37
"Archive.archive": ARCHIVE_SIGNATURE_PAYLOAD,
38
"Archive.archive.schema": module.backward_compatibility_Archive.schema().encode(),
0 commit comments