Skip to content

Commit

Permalink
Update hash
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jul 30, 2024
1 parent cb028e4 commit f465eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dbt/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ def test_save_dbt_ls_cache(mock_variable_set, mock_datetime, tmp_dbt_project_dir
if sys.platform == "darwin":
assert hash_dir == "18b97e2bff2684161f71db817f1f50e2"
else:
assert hash_dir == "6c662da10b64a8390c469c884af88321"
assert hash_dir == "14904b650f2b103780a0ae8efe8624a6"


@pytest.mark.integration
Expand Down

0 comments on commit f465eca

Please sign in to comment.