mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fix multisig test owner => owners
This commit is contained in:
parent
482cd634f2
commit
90ab22047a
@ -52,7 +52,7 @@ class TestBigchainApi(object):
|
|||||||
tx = b.create_transaction('a', 'b', 'c', 'd')
|
tx = b.create_transaction('a', 'b', 'c', 'd')
|
||||||
|
|
||||||
assert sorted(tx) == sorted(['id', 'transaction'])
|
assert sorted(tx) == sorted(['id', 'transaction'])
|
||||||
assert sorted(tx['transaction']) == sorted(['current_owner', 'new_owner', 'input', 'operation',
|
assert sorted(tx['transaction']) == sorted(['current_owners', 'new_owners', 'input', 'operation',
|
||||||
'timestamp', 'data'])
|
'timestamp', 'data'])
|
||||||
|
|
||||||
def test_create_transaction_with_unsupported_payload_raises(self, b):
|
def test_create_transaction_with_unsupported_payload_raises(self, b):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user