Skip to content

Commit

Permalink
fix: Cleanup!
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyager committed Aug 17, 2023
1 parent 74ae7ac commit d14d373
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/test_contract_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ def test_add_contract_read_catalog(start_yml, end_yml, read_catalog, caplog, pro
with open(yml_file, "r") as f:
actual = yaml.safe_load(f)

print(caplog)

if read_catalog:
assert "Reading catalog from" in caplog.text
assert "Generating catalog with dbt docs generate..." not in caplog.text
Expand Down

0 comments on commit d14d373

Please sign in to comment.