aboutsummaryrefslogtreecommitdiff
path: root/tests/test_dl.py
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-12-01 15:42:17 -0800
committerCody Logan <cody@lokken.dev>2023-12-01 15:42:17 -0800
commit514023f4c76cd140992a4ca6af769db0843ffce5 (patch)
treeb5b18931091547016dac252e267be0660619ec38 /tests/test_dl.py
parent318d9ad1a4679832b380c77ab1a0a86684f686f2 (diff)
downloadwikiget-docstrings.tar.gz
wikiget-docstrings.zip
Convert additional docstrings to Google-styledocstrings
Diffstat (limited to 'tests/test_dl.py')
-rw-r--r--tests/test_dl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_dl.py b/tests/test_dl.py
index 63408eb..ee778d7 100644
--- a/tests/test_dl.py
+++ b/tests/test_dl.py
@@ -333,8 +333,8 @@ class TestDownload:
def mock_file(self) -> File:
"""Create a mock File object to test against.
- :return: mock File object
- :rtype: File
+ Returns:
+ wikiget.file.File: mock File object
"""
file = File(name="Example.jpg")
file.image = Mock()