Skip to content

Commit

Permalink
Conceptual Mappings Differ
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolea Plesco committed Oct 5, 2022
1 parent 82d7942 commit 456f569
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ted_sws/notice_validator/entrypoints/cli/cmd_sparql_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def __init__(
repository_path = Path(self.mappings_path)
mapping_suite_repository = MappingSuiteRepositoryInFileSystem(repository_path=repository_path)
self.mapping_suite = mapping_suite_repository.get(reference=self.mapping_suite_id)
self.log("K :: " + str(repository_path))


@classmethod
def save_report(cls, report_path, report_name, report_id, content):
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/unit/notice_validator/cli/test_cmd_sparql_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from tests.unit.notice_validator.cli import post_process


def test_cmd_sparql_runner(cli_runner, fake_sparql_mapping_suite_id, fake_repository_path, fake_rml_mapper):
def test_cmd_sparql_runner(cli_runner, fake_sparql_mapping_suite_id, fake_repository_path):
response = cli_runner.invoke(cli_main,
[fake_sparql_mapping_suite_id, "--opt-mappings-folder", fake_repository_path])
assert response.exit_code == 0
Expand Down

0 comments on commit 456f569

Please sign in to comment.