mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
style: apply black for test
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -221,7 +221,7 @@ def test_commercial_installer_download_sha256(tmp_path, monkeypatch, commercial_
|
||||
target_path = tmp_path / "qt-installer"
|
||||
|
||||
timeout = (Settings.connection_timeout, Settings.response_timeout)
|
||||
download_installer(commercial_installer.base_url, commercial_installer._installer_filename,target_path, timeout)
|
||||
download_installer(commercial_installer.base_url, commercial_installer._installer_filename, target_path, timeout)
|
||||
assert target_path.exists()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user