tests: move revealer and timelock_recovery stuff to tests/plugins/
This commit is contained in:
@@ -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):
|
||||
Reference in New Issue
Block a user