Skip to content
Snippets Groups Projects
Commit 2af1695f authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

STY: whitespaces corrected

parent a9de885e
No related branches found
No related tags found
2 merge requests!36RELEASE: 0.6.1,!35F fix compare entities branch2
Pipeline #16410 passed
......@@ -103,7 +103,7 @@ def test_resolve_reference():
# restore retrive_entity_with_id
caosdb.apiutils.retrieve_entity_with_id = original_retrieve_entity_with_id
def test_compare_entities():
r1 = db.Record()
r2 = db.Record()
......@@ -126,7 +126,7 @@ def test_compare_entities():
assert "test" not in diff_r1["properties"]
assert "test" not in diff_r2["properties"]
assert "tests" in diff_r1["properties"]
assert "tests" in diff_r2["properties"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment