Skip to content

Commit

Permalink
Adding missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsalex committed Dec 4, 2023
1 parent 44b0668 commit e748c83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/services/io/test_read_file_contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
],
)
async def test_read_file_contents(contents, encoding, expected, mock_upload_file):
"""Test the read_file_contents function."""
# Set up the mock to return the test contents when read
mock_upload_file.read.return_value = contents

Expand Down

0 comments on commit e748c83

Please sign in to comment.