find a couple more uses

This commit is contained in:
Georges-Antoine Assi
2026-02-09 17:26:21 -05:00
parent af8cd2d52c
commit 661a5504d7
46 changed files with 716 additions and 716 deletions

View File

@@ -336,7 +336,7 @@ class TestFSPlatformsHandler:
"handler.filesystem.platforms_handler.cm.get_config", return_value=config
):
with patch("os.path.exists") as mock_exists:
# Roms folder doesn't exist at base level
# ROMs folder doesn't exist at base level
mock_exists.return_value = False
with patch("os.listdir") as mock_listdir: