From 7abca713797a13bde1b4920b5137d7353228ddbb Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sun, 16 Mar 2025 18:06:00 +0900 Subject: [PATCH] style: apply black for test Signed-off-by: Hiroshi Miura --- tests/test_commercial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_commercial.py b/tests/test_commercial.py index 9ddb882..2948589 100644 --- a/tests/test_commercial.py +++ b/tests/test_commercial.py @@ -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()