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

Commit 1420e9c

Browse files
committed
Ran black
1 parent 864bdbb commit 1420e9c

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
@@ -94,7 +94,7 @@ def test_get_models_bad_lower_dbt_version(self, mock_manifest_parser, mock_run_p
9494
mock_run_parser.assert_called_once_with(run_results={})
9595
mock_manifest_parser.assert_not_called()
9696
self.assertIn("version to be", ex.exception.args[0])
97-
97+
9898
@patch("builtins.open", new_callable=mock_open, read_data="{}")
9999
@patch("data_diff.dbt.parse_run_results")
100100
@patch("data_diff.dbt.parse_manifest")

0 commit comments

Comments
 (0)