bimtester: steps, remove a newline added by accident

This commit is contained in:
Bernd Hahnebach
2020-12-21 17:14:12 +01:00
committed by GitHub
parent 7d138b8f72
commit 2226d5a565
@@ -17,7 +17,6 @@ def no_element_class_ele(context, ifc_class, reason):
context.elemcount = len(elements)
context.falsecount = len(context.falseelems)
if context.elemcount == 0 and context.falsecount == 0:
return # Test OK, thus we can not use the assert_elements method
elif context.falsecount == context.elemcount: