aboutsummaryrefslogtreecommitdiff
path: root/tests/test_dl.py
diff options
context:
space:
mode:
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()