Skip to content

Commit

Permalink
Add test asserting funtionality for basic saved query project config …
Browse files Browse the repository at this point in the history
…setting
  • Loading branch information
QMalcolm committed Oct 26, 2023
1 parent 9e3f21b commit 29b662e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/functional/saved_queries/test_saved_query_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def models(self):
def test_semantic_model_parsing(self, project):
runner = dbtTestRunner()
result = runner.invoke(["parse", "--no-partial-parse"])
result.result
assert result.success
assert isinstance(result.result, Manifest)
manifest = result.result
Expand Down

0 comments on commit 29b662e

Please sign in to comment.