Skip to content

Commit e2dc737

Browse files
committed
rename function
1 parent 8bbf168 commit e2dc737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_tests/tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def project_dir_copy(runner_method: Optional[RunnerMethod]):
4343
_edit_packages_yml_to_include_absolute_elementary_package_path(
4444
dbt_project_copy_dir
4545
)
46-
_remove_python_tests_for_dbt_fusion(dbt_project_copy_dir, runner_method)
46+
_remove_python_models_for_dbt_fusion(dbt_project_copy_dir, runner_method)
4747
yield dbt_project_copy_dir
4848
finally:
4949
shutil.rmtree(dbt_project_copy_dir)
@@ -67,7 +67,7 @@ def _edit_packages_yml_to_include_absolute_elementary_package_path(
6767
yaml.dump(packages_yml, packages_yml_file)
6868

6969

70-
def _remove_python_tests_for_dbt_fusion(
70+
def _remove_python_models_for_dbt_fusion(
7171
project_dir_copy: str, runner_method: Optional[RunnerMethod]
7272
):
7373
if runner_method != RunnerMethod.FUSION:

0 commit comments

Comments
 (0)