From 2226d5a565c8f7a5af0a87b2c465014e3aef923f Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 21 Dec 2020 17:14:12 +0100 Subject: [PATCH] bimtester: steps, remove a newline added by accident --- .../bimtester/features/steps/attributes_eleclasses_methods.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcbimtester/bimtester/features/steps/attributes_eleclasses_methods.py b/src/ifcbimtester/bimtester/features/steps/attributes_eleclasses_methods.py index b48ab29438..03cfd5f437 100644 --- a/src/ifcbimtester/bimtester/features/steps/attributes_eleclasses_methods.py +++ b/src/ifcbimtester/bimtester/features/steps/attributes_eleclasses_methods.py @@ -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: