Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 27, 2021
1 parent 5fe402a commit d3affed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def to_file(*args, **kwargs):
("foobarbazimpossiblecode", OSError),
),
)
def test_downloader(url, expected_result):
def test_download_webfile(url, expected_result):
filename = os.path.join(TMP_DIR, "moviepy_downloader_test.mp4")
if os.path.isfile(filename):
os.remove(filename)
Expand Down

0 comments on commit d3affed

Please sign in to comment.