Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 818ab62

Browse files
committed
format
1 parent 9828379 commit 818ab62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dbt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_get_models_unsupported_manifest_version(self):
7373
with self.assertRaises(Exception):
7474
_ = DbtParser.get_models(mock_self, selection)
7575
mock_self.get_dbt_selection_models.assert_not_called()
76-
76+
7777
def test_get_models_no_runner(self):
7878
mock_self = Mock()
7979
mock_self.project_dir = Path()

0 commit comments

Comments
 (0)