Skip to content

Commit 08070ac

Browse files
committed
Removed linting error
1 parent c8a70b2 commit 08070ac

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

tests/integration/profiles/five-safes-crate/test_5src_12_check_phase.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
logger = logging.getLogger(__name__)
2323

2424

25-
2625
# ----- MUST fails tests
2726

2827
# TO BE CHECKED AGAIN
@@ -45,7 +44,6 @@ def test_5src_check_value_not_of_type_assess_action():
4544
}
4645
"""
4746

48-
4947
do_entity_test(
5048
rocrate_path=ValidROC().five_safes_crate_result,
5149
requirement_severity=Severity.REQUIRED,
@@ -85,7 +83,6 @@ def test_5src_check_value_name_not_a_string():
8583
)
8684

8785

88-
8986
def test_5src_check_value_name_not_long_enough():
9087
sparql = """
9188
PREFIX schema: <http://schema.org/>
@@ -114,7 +111,6 @@ def test_5src_check_value_name_not_long_enough():
114111
)
115112

116113

117-
118114
def test_5src_check_value_start_time_not_iso_standard():
119115
sparql = """
120116
PREFIX schema: <http://schema.org/>
@@ -201,8 +197,8 @@ def test_5src_check_value_has_action_status_with_not_allowed_value():
201197
rocrate_entity_mod_sparql=sparql,
202198
)
203199

204-
# ----- SHOULD fails tests
205200

201+
# ----- SHOULD fails tests
206202

207203
def test_5src_root_data_entity_does_not_mention_check_value_entity():
208204
sparql = """
@@ -228,7 +224,6 @@ def test_5src_root_data_entity_does_not_mention_check_value_entity():
228224
)
229225

230226

231-
232227
def test_5src_check_value_object_does_not_point_to_root_data_entity():
233228
sparql = """
234229
PREFIX schema: <http://schema.org/>
@@ -338,7 +333,6 @@ def test_5src_check_value_does_not_have_action_status_property():
338333
)
339334

340335

341-
342336
def test_5src_check_value_does_not_point_to_an_agent():
343337
sparql = """
344338
PREFIX schema: <http://schema.org/>
@@ -367,7 +361,6 @@ def test_5src_check_value_does_not_point_to_an_agent():
367361

368362
# ----- MAY fails tests
369363

370-
371364
def test_5src_check_value_does_not_have_start_time():
372365
sparql = """
373366
PREFIX schema: <http://schema.org/>

0 commit comments

Comments
 (0)