Skip to content

Commit

Permalink
test method naming
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebruyn authored Jun 6, 2022
1 parent 2441e66 commit b1fb834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/adapter/test_incremental.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ def models(self):
SELECT A, B FROM CTE""",
}

def test_build(self, project):
def test_run_incremental(self, project):
run_dbt(["run"])
run_dbt(["run"])

0 comments on commit b1fb834

Please sign in to comment.