Skip to content

Commit

Permalink
Quick fix on final broken tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Apr 10, 2024
1 parent aeef85f commit c63463f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/tests_integration/test_ssh_file_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def test_all_data_transfer_options(
transfer_function = test_utils.handle_upload_or_download(
project,
upload_or_download,
transfer_method="custom",
swap_last_folder_only=project.testing_ssh,
)[0]

Expand Down
2 changes: 1 addition & 1 deletion tests/tests_tui/test_tui_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ async def test_transfer_top_level_folder(
)
await pilot.pause()

await self.check_persisent_settings(
await self.check_persistent_settings(
pilot,
)

Expand Down
4 changes: 2 additions & 2 deletions tests/tests_tui/test_tui_widgets_and_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ async def test_overwrite_existing_files(self, setup_project_paths):
pilot, "#transfer_tab_overwrite_select"
)
await self.move_select_to_position(
pilot, "#transfer_tab_overwrite_select", position=0
pilot, "#transfer_tab_overwrite_select", position=5
)
self.check_overwrite_existing_files_configs(
pilot, project_name, value="Always"
Expand All @@ -1269,7 +1269,7 @@ async def test_overwrite_existing_files(self, setup_project_paths):

# now check "If Source Newer"
await self.move_select_to_position(
pilot, "#transfer_tab_overwrite_select", position=1
pilot, "#transfer_tab_overwrite_select", position=6
)
self.check_overwrite_existing_files_configs(
pilot, project_name, value="If Source Newer"
Expand Down

0 comments on commit c63463f

Please sign in to comment.