Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsturge committed Oct 29, 2024
1 parent f071e08 commit aec0aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/unit_testing/test_ut_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def models(self):
"my_model_a.sql": my_model_a_sql,
"my_model_b.sql": my_model_b_sql,
"test_my_model.yml": test_my_model_yml + datetime_test,
"test_disabled_my_model.yml": test_disabled_my_model_yml
"test_disabled_my_model.yml": test_disabled_my_model_yml,
}

@pytest.fixture(scope="class")
Expand Down

0 comments on commit aec0aba

Please sign in to comment.