Merge branch 'master' into emujs-netplay

This commit is contained in:
Georges-Antoine Assi
2025-12-07 10:40:16 -05:00
2 changed files with 6 additions and 5 deletions

BIN
.github/resources/romm-winter.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1000 KiB

View File

@@ -82,9 +82,10 @@ async def test_scan_rom():
assert type(rom) is Rom
assert rom.fs_name == "Paper Mario (USA).z64"
assert rom.name == "Paper Mario"
assert rom.fs_path == "n64/Paper Mario (USA)"
assert rom.igdb_id == 3340
assert rom.hasheous_id == 4872
assert rom.fs_size_bytes == 23175094
assert rom.tags == []
# Disabled until we can fix the tests
# assert rom.name == "Paper Mario"
# assert rom.igdb_id == 3340
# assert rom.hasheous_id == 4872
# assert rom.fs_size_bytes == 23175094
# assert rom.tags == []