bleskomat import WALLET from helpers

This commit is contained in:
dni ⚡ 2022-12-07 13:43:27 +01:00
parent 89933c2d30
commit 4227fd70da

View File

@ -12,8 +12,7 @@ from lnbits.extensions.bleskomat.helpers import (
from lnbits.settings import settings
from tests.conftest import client
from tests.extensions.bleskomat.conftest import bleskomat, lnurl
from tests.helpers import credit_wallet, is_regtest
from tests.mocks import WALLET
from tests.helpers import credit_wallet, is_regtest, WALLET
@pytest.mark.asyncio