Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Apr 29, 2024
1 parent 2e8fcc7 commit 54e0635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def test_cli(tmp_path: PosixPath):
result = runner.invoke(app, ["catalog", "--files", "fixtures/catalog/*.yaml", "--output", tmp_path])
assert result.exit_code == 0
assert os.path.exists(tmp_path / "index.html")
assert os.path.exists(tmp_path / "datacontract-1.html")
assert os.path.exists(tmp_path / "fixtures/catalog/datacontract-1.html")

0 comments on commit 54e0635

Please sign in to comment.