Files
romm/backend/models/tests/test_rom.py
Georges-Antoine Assi 42976e170d Fix tests
2023-09-13 23:18:41 -04:00

4 lines
141 B
Python

def test_rom(rom):
assert rom.file_path == "test_platform_slug/roms"
assert rom.full_path == "test_platform_slug/roms/test_rom.zip"