mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fix wrong exception after schema change
This commit is contained in:
parent
69bafc80c0
commit
a869f6d1dd
@ -126,7 +126,7 @@ def test_low_amounts(create_tx, signed_transfer_tx):
|
||||
tx.outputs[0].amount = 0
|
||||
validate_raises(tx, AmountError)
|
||||
tx.outputs[0].amount = -1
|
||||
validate_raises(tx, AmountError)
|
||||
validate_raises(tx)
|
||||
|
||||
|
||||
def test_high_amounts(create_tx):
|
||||
|
Loading…
x
Reference in New Issue
Block a user