Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainOfHacks committed Sep 12, 2023
1 parent 4ac8b8b commit bacff55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/core/model/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def publicly_available_notice(fetched_notice_data, normalised_metadata_dict) ->
sparql_validation = SPARQLTestSuiteValidationReport(object_data="This is validation report!",
test_suite_identifier="sparql_test_id",
mapping_suite_identifier="mapping_suite_id",
validation_results=[])
validation_results="")
shacl_validation = SHACLTestSuiteValidationReport(object_data="This is validation report!",
test_suite_identifier="shacl_test_id",
mapping_suite_identifier="mapping_suite_id",
Expand Down

0 comments on commit bacff55

Please sign in to comment.