Skip to content
Snippets Groups Projects
Commit 12d01e2f authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: add missing in

parent 91c630c9
No related branches found
No related tags found
2 merge requests!91Release 0.3,!73ENH: add representation to identifiables
Pipeline #31002 passed
......@@ -67,7 +67,7 @@ def test_name():
def test_repr():
# only test that something meaningful is returned
assert 'properties' str(Identifiable(name="A", record_type="B"))
assert 'properties' in str(Identifiable(name="A", record_type="B"))
def test_equality():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment