We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90672a0 commit 9cef3adCopy full SHA for 9cef3ad
tests/functional/adapter/test_new_project.py
@@ -77,4 +77,4 @@ def models(self):
77
78
def test_new_project(self, project):
79
results = run_dbt(["build"])
80
- assert len(results) > 0
+ assert len(results) == 5
0 commit comments