mirror of
https://github.com/planetmint/planetmint.git
synced 2026-02-21 02:52:59 +00:00
Resolve flake8 issues#4
Signed-off-by: Sangat Das <sangatdas5@gmail.com>
This commit is contained in:
@@ -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