Skip to content

Commit 9cef3ad

Browse files
committed
fix test
1 parent 90672a0 commit 9cef3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/adapter/test_new_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ def models(self):
7777

7878
def test_new_project(self, project):
7979
results = run_dbt(["build"])
80-
assert len(results) > 0
80+
assert len(results) == 5

0 commit comments

Comments
 (0)