Skip to content

Commit

Permalink
debug assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jul 1, 2024
1 parent cd8f6b0 commit 5b013fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker_rclone_with_config_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_direct_usage_of_rclone_with_config(self):
test_folder_contents_after_call = list(self.test_folder.iterdir())
assert len(test_folder_contents_after_call) != 0, f"Test folder {self.test_folder} is empty!"

testing_file_path = self.test_folder / "testing_rclone_with_config" / "ci_tests" / "test_text_file.txt"
testing_file_path = self.test_folder / "ci_tests" / "test_text_file.txt"
assert testing_file_path.is_file(), "The specific test transfer file does not exist!"

with open(file=testing_file_path, mode="r") as io:
Expand Down

0 comments on commit 5b013fe

Please sign in to comment.