Skip to content

Commit db06eb4

Browse files
committed
auto resolve archive namespace: fix error
Signed-off-by: mohapatr3 <prasanta.mohapatra@here.com>
1 parent 80aa82d commit db06eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flatdata-py/tests/test_backward_compatibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_instance_reading():
3232
def test_multi_namespace_instance_reading_implicit():
3333
root_namespace = None
3434
archive_name = "Archive"
35-
module = Engine(MULTI_NAMESPACE_TEST_SCHEMA).render_python_module(None, archive_name, root_namespace)
35+
module, archive_type = Engine(MULTI_NAMESPACE_TEST_SCHEMA).render_python_module(None, archive_name, root_namespace)
3636
valid_data = {
3737
"Archive.archive": ARCHIVE_SIGNATURE_PAYLOAD,
3838
"Archive.archive.schema": module.backward_compatibility_Archive.schema().encode(),

0 commit comments

Comments
 (0)