tests: move revealer and timelock_recovery stuff to tests/plugins/

This commit is contained in:
SomberNight
2026-03-16 00:52:48 +00:00
parent e4ad44c0c3
commit b397ddb008
4 changed files with 2 additions and 2 deletions
View File
@@ -1,6 +1,6 @@
from electrum.plugins.revealer.revealer import RevealerPlugin
from . import ElectrumTestCase
from .. import ElectrumTestCase
class TestRevealer(ElectrumTestCase):
@@ -12,7 +12,7 @@ from electrum.wallet_db import WalletDB
from electrum.plugins.timelock_recovery.timelock_recovery import TimelockRecoveryContext, TimelockRecoveryPlugin
from . import ElectrumTestCase
from .. import ElectrumTestCase
class TestTimelockRecovery(ElectrumTestCase):