mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Flake8 style complaints
Solution: Made things prettier
This commit is contained in:
parent
a231c06b2e
commit
df3078b5a6
@ -57,7 +57,6 @@ class TestBigchainApi(object):
|
|||||||
with pytest.raises(DoubleSpend):
|
with pytest.raises(DoubleSpend):
|
||||||
b.validate_transaction(transfer_tx2)
|
b.validate_transaction(transfer_tx2)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.genesis
|
@pytest.mark.genesis
|
||||||
@pytest.mark.tendermint
|
@pytest.mark.tendermint
|
||||||
def test_get_block_status_for_tx_with_double_inclusion(self, b, alice):
|
def test_get_block_status_for_tx_with_double_inclusion(self, b, alice):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user