Skip to content

Commit 4c32a7b

Browse files
Formatting
Signed-off-by: ClemensLinnhoff <[email protected]>
1 parent e3e7b71 commit 4c32a7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_validation_rules.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ def test_yaml_schema_fail(self):
101101
rule_file.write(raw_sensorspecific)
102102

103103
validation_rules = OSIRules()
104-
validation_output = validation_rules.validate_rules_yml("unit_test_rules/osi_sensorspecific.yml")
104+
validation_output = validation_rules.validate_rules_yml(
105+
"unit_test_rules/osi_sensorspecific.yml"
106+
)
105107
self.assertEqual(validation_output, False)
106108

107109
# clean up

0 commit comments

Comments
 (0)