mirror of
https://github.com/planetmint/planetmint.git
synced 2026-02-27 13:23:21 +00:00
Resolve flake8 issues#4
Signed-off-by: Sangat Das <sangatdas5@gmail.com>
This commit is contained in:
@@ -304,8 +304,8 @@ def test_multiple_in_single_own_single_out_single_own_transfer(alice, b, user_pk
|
|||||||
# Multiple owners_before per input
|
# Multiple owners_before per input
|
||||||
# Single output
|
# Single output
|
||||||
# Single owners_after
|
# Single owners_after
|
||||||
def test_multiple_in_multiple_own_single_out_single_own_transfer(
|
def test_multiple_in_multiple_own_single_out_single_own_transfer(alice, b, user_pk,
|
||||||
alice, b, user_pk, user_sk):
|
user_sk):
|
||||||
from planetmint.transactions.common.utils import _fulfillment_to_details
|
from planetmint.transactions.common.utils import _fulfillment_to_details
|
||||||
|
|
||||||
# CREATE divisible asset
|
# CREATE divisible asset
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ def test_post_transaction_responses(tendermint_ws_url, b):
|
|||||||
assert code == 202
|
assert code == 202
|
||||||
|
|
||||||
carly = generate_key_pair()
|
carly = generate_key_pair()
|
||||||
double_spend = Transfer.transfer(
|
double_spend = Transfer.generate(
|
||||||
tx.to_inputs(),
|
tx.to_inputs(),
|
||||||
[([carly.public_key], 1)],
|
[([carly.public_key], 1)],
|
||||||
asset_id=tx.id,
|
asset_id=tx.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user