Skip to content

Commit

Permalink
Rename test with already existing name
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Jun 22, 2022
1 parent 99dec40 commit 53534e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def test_get_file_size_returns_zero_on_request_exception(self):
obs = api.get_file_size("url")
self.assertEqual(exp, obs)

def test_get_file_size_returns_zero_on_request_exception(self):
def test_get_file_size_returns_zero_on_request_timeout_exception(self):
api = Api()
api._Api__request = MagicMock()
api._Api__request.return_value = {"checksum": "url"}
Expand Down

0 comments on commit 53534e4

Please sign in to comment.