Skip to content

Commit

Permalink
empty line fix for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 committed Apr 23, 2024
1 parent 8fd02ab commit 2a2a03d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ def seeds(self):
def test_postgres_refresh_dependent_naterialized_views(self, project):
run_dbt(["seed"])
run_dbt(["run", "--full-refresh"])
run_dbt(["run", "--full-refresh"])
run_dbt(["run", "--full-refresh"])

0 comments on commit 2a2a03d

Please sign in to comment.