átlagos kiegészítséek jó sok
This commit is contained in:
@@ -117,7 +117,7 @@ async def test_atomic_transaction_manager():
|
||||
|
||||
# Ellenőrizzük, hogy a szükséges importok megvannak-e
|
||||
try:
|
||||
from app.models.audit import LedgerEntryType, WalletType
|
||||
from app.models import LedgerEntryType, WalletType
|
||||
print(f"- LedgerEntryType importálva: {LedgerEntryType}")
|
||||
print(f"- WalletType importálva: {WalletType}")
|
||||
except ImportError as e:
|
||||
@@ -148,7 +148,7 @@ async def test_file_completeness():
|
||||
("deduct_from_wallets", "deduct_from_wallets metódus"),
|
||||
("atomic_billing_transaction", "atomic_billing_transaction metódus"),
|
||||
("from app.models.identity import", "identity model import"),
|
||||
("from app.models.audit import", "audit model import"),
|
||||
("from app.models import", "audit model import"),
|
||||
]
|
||||
|
||||
all_passed = True
|
||||
|
||||
Reference in New Issue
Block a user