Browse Source

fix a bug in metadata mapper tests

Christian Mönch 3 years ago
parent
commit
9480690ae6

+ 1 - 1
dataladmetadatamodel/mapper/gitmapper/tests/test_metadatamapper.py

@@ -20,7 +20,7 @@ expected_reference_object = {
     "mapper_family": "git",
     "realm": "/tmp/t1",
     "class_name": "Metadata",
-    "location": get_location(0)
+    "location": get_location(1)
 }