Skip to content

Commit

Permalink
Fix linting after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Oct 24, 2023
1 parent dc32f78 commit 2960d20
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/tests_integration/test_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,19 +282,15 @@ def test_supplied_config_file_bad_types(self, project, tmp_path):
f"Config file was not updated."
)

def test_supplied_config_file_changes_wrong_order(
self, project, tmp_path
):
def test_supplied_config_file_changes_wrong_order(self, project, tmp_path):
"""
Test the situation when a config file is passed with variables in
the wrong order.
TODO: why should this matter? They should be able to be in
any order and just converted to dict?
"""
bad_order_configs_path = (
project._datashuttle_path / "new_configs.yaml"
)
bad_order_configs_path = project._datashuttle_path / "new_configs.yaml"
good_order_configs = test_utils.get_test_config_arguments_dict(
tmp_path, project.project_name
)
Expand Down

0 comments on commit 2960d20

Please sign in to comment.