test: on_paid listeners using a mock (#3802)

This commit is contained in:
dni ⚡
2026-03-19 11:29:05 +02:00
committed by GitHub
parent 92fc9a130f
commit e1e2112461
3 changed files with 71 additions and 83 deletions
-4
View File
@@ -6,10 +6,6 @@ from pydantic import BaseModel
from lnbits.wallets import get_funding_source, set_funding_source
class FakeError(Exception):
pass
class DbTestModel(BaseModel):
id: int
name: str