Skip to content

Commit

Permalink
Fix bungled merge
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Sep 22, 2021
1 parent 915f8fa commit d8ed3c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/test_appdirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ def platformdirs_linux(monkeypatch):
class TestUserCacheDir:

def test_user_cache_dir_win(self, monkeypatch, platformdirs_win32):
@pretend.call_recorder
def _get_win_folder(base):
return "C:\\Users\\test\\AppData\\Local"
_get_win_folder = mock.Mock(return_value="C:\\Users\\test\\AppData\\Local")

monkeypatch.setattr(
Expand Down

0 comments on commit d8ed3c1

Please sign in to comment.