Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsturge committed Oct 30, 2024
1 parent 7e7d36f commit b5d8424
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 b5d8424

Please sign in to comment.