mirror of
https://github.com/planetmint/planetmint.git
synced 2026-02-23 19:53:15 +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
|
||||
# Single output
|
||||
# Single owners_after
|
||||
def test_multiple_in_multiple_own_single_out_single_own_transfer(
|
||||
alice, b, user_pk, user_sk):
|
||||
def test_multiple_in_multiple_own_single_out_single_own_transfer(alice, b, user_pk,
|
||||
user_sk):
|
||||
from planetmint.transactions.common.utils import _fulfillment_to_details
|
||||
|
||||
# CREATE divisible asset
|
||||
|
||||
@@ -135,7 +135,7 @@ def test_post_transaction_responses(tendermint_ws_url, b):
|
||||
assert code == 202
|
||||
|
||||
carly = generate_key_pair()
|
||||
double_spend = Transfer.transfer(
|
||||
double_spend = Transfer.generate(
|
||||
tx.to_inputs(),
|
||||
[([carly.public_key], 1)],
|
||||
asset_id=tx.id,
|
||||
|
||||
Reference in New Issue
Block a user