mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
add back import
This commit is contained in:
@@ -2,7 +2,7 @@ from __future__ import annotations
|
||||
|
||||
import re
|
||||
from datetime import datetime, timezone
|
||||
from typing import TypedDict, get_type_hints
|
||||
from typing import NotRequired, TypedDict, get_type_hints
|
||||
|
||||
from fastapi import Request
|
||||
from pydantic import computed_field, field_validator
|
||||
|
||||
@@ -82,7 +82,7 @@ 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.name == "Paper Mario"
|
||||
assert rom.fs_path == "n64/Paper Mario (USA)"
|
||||
assert rom.igdb_id == 3340
|
||||
assert rom.hasheous_id == 4872
|
||||
|
||||
Reference in New Issue
Block a user