Lint Flexpool tests
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
1e2ef88c64
commit
4cd278c60e
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
from companion.pools.flexpool import FlexpoolHandler, Miner, Transaction
|
||||
from datetime import datetime, timedelta
|
||||
import pytest
|
||||
|
||||
from companion.pools.flexpool import FlexpoolHandler, Transaction
|
||||
|
||||
|
||||
class TestFlexpoolHandler:
|
||||
# def test_block(self, mocker):
|
||||
def test_init(self):
|
||||
handler = FlexpoolHandler()
|
||||
assert handler.pool_name == 'flexpool'
|
||||
|
|
Reference in a new issue