Skip to content

Commit

Permalink
revert linter update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 16, 2024
1 parent 49c5b7c commit 83fba19
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/functional/adapter/test_hooks/test_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,5 @@ class TestPrePostRunHooks(BasePrePostRunHooks):
pass


from dbt.tests.util import run_dbt


class TestAfterRunHooks(BaseAfterRunHooks):

def test_missing_column_pre_hook(self, project):
run_dbt(["run"], expect_pass=False)
pass

0 comments on commit 83fba19

Please sign in to comment.