From 66fe52ff9b609b8d9609cdd414055917825bc333 Mon Sep 17 00:00:00 2001 From: GB609 <39741460+GB609@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:22:47 +0000 Subject: [PATCH] fix review comments --- tests/test_installer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_installer.py b/tests/test_installer.py index 68352eba..eb96ed66 100644 --- a/tests/test_installer.py +++ b/tests/test_installer.py @@ -132,7 +132,6 @@ def test_extract_windows(self, mock_subprocess, mock_exists, mock_cmd): mock_cmd.side_effect = [True, True] game = Game("Absolute Drift", install_dir="/home/makson/GOG Games/Absolute Drift", platform="windows") installer_path = "/home/makson/.cache/minigalaxy/download/Absolute Drift/setup_absolute_drift_1.0f_(64bit)_(47863).exe" - temp_dir = "/home/makson/.cache/minigalaxy/extract/1136126792" exp = "" obs, uses_tmp = installer.extract_windows(game, installer_path, "en") self.assertEqual(exp, obs)