mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fix forgotten test inputs-outputs
This commit is contained in:
parent
9002066d4a
commit
92fee24395
@ -438,7 +438,7 @@ def test_transaction_link_empty_to_uri():
|
||||
def test_transaction_link_to_uri():
|
||||
from bigchaindb.common.transaction import TransactionLink
|
||||
|
||||
expected = 'path/transactions/abc/conditions/0'
|
||||
expected = 'path/transactions/abc/outputs/0'
|
||||
tx_link = TransactionLink('abc', 0).to_uri('path')
|
||||
|
||||
assert expected == tx_link
|
||||
|
Loading…
x
Reference in New Issue
Block a user