Skip to content

Commit 611efb2

Browse files
CopilotJoeZiminski
andauthored
Fix typo in test docstring: 'ecrypted' → 'encrypted' (#637)
* Initial plan * Fix typo: 'ecrypted' → 'encrypted' in test docstring Co-authored-by: JoeZiminski <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: JoeZiminski <[email protected]>
1 parent 0f50c1b commit 611efb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_transfers/ssh/test_ssh_transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def test_ssh_wildcards_3(self, ssh_setup):
160160
)
161161

162162
def test_rclone_config_file_encrypted(self, ssh_setup):
163-
"""Quick confidence check the set up rclone config is indeed ecrypted."""
163+
"""Quick confidence check the set up rclone config is indeed encrypted."""
164164
pathtable, project = ssh_setup
165165

166166
test_utils.check_rclone_file_is_encrypted(

0 commit comments

Comments
 (0)