Skip to content
Snippets Groups Projects
Commit 035681cd authored by florian's avatar florian
Browse files

STY: linting

parent db610cfc
No related branches found
No related tags found
1 merge request!108ENH: F remove value or property
Pipeline #37714 passed
......@@ -163,7 +163,7 @@ def test_remove_value_from_property():
assert rec.get_property("testListProp1").datatype == db.LIST(db.INTEGER)
rec.remove_value_from_property("testScalarProp2", True)
assert rec.get_property("testScalarProp2").value == False
assert rec.get_property("testScalarProp2").value is False
assert rec.get_property("testScalarProp2").datatype == db.BOOLEAN
# Simple removals from lists without emptying them
......
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