diff --git a/tests/test___main__.py b/tests/test___main__.py index b94fc43b..376768af 100644 --- a/tests/test___main__.py +++ b/tests/test___main__.py @@ -90,8 +90,9 @@ def test_download_folder_from_gdrive(): except AssertionError as e: print(e, file=sys.stderr) else: + file_ids, md5s = zip(*folder_id_and_md5s) raise AssertionError( - f"Failed to download any of the folders: {zip(*folder_id_and_md5s)[0]}" + f"Failed to download any of the folders: {file_ids}" )