Skip to content

Commit

Permalink
revert?
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 4, 2024
1 parent 5b0a0d9 commit d12fcec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from cashu.mint.ledger import Ledger
from cashu.wallet.wallet import Wallet
from tests.conftest import SERVER_ENDPOINT
from tests.helpers import is_github_actions, is_postgres, is_regtest, pay_if_regtest
from tests.helpers import is_github_actions, is_postgres, pay_if_regtest


async def assert_err(f, msg):
Expand Down Expand Up @@ -300,7 +300,6 @@ async def get_connection2():


@pytest.mark.asyncio
@pytest.mark.skipif(is_regtest, reason="only fake wallet")
async def test_db_lock_table(wallet: Wallet, ledger: Ledger):
# fill wallet
mint_quote = await wallet.request_mint(64)
Expand Down

0 comments on commit d12fcec

Please sign in to comment.