mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
style: apply black for test
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -221,8 +221,13 @@ 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, commercial_installer.os_name,
|
||||
target_path, timeout)
|
||||
download_installer(
|
||||
commercial_installer.base_url,
|
||||
commercial_installer._installer_filename,
|
||||
commercial_installer.os_name,
|
||||
target_path,
|
||||
timeout,
|
||||
)
|
||||
assert target_path.exists()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user