Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GB609 committed Dec 10, 2024
1 parent 2fde144 commit 66fe52f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 66fe52f

Please sign in to comment.