mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update test_transaction.py
This commit is contained in:
parent
48b90407bd
commit
0b0dadd6fa
@ -974,6 +974,7 @@ def test_validate_version(utx):
|
||||
|
||||
validate_transaction_model(utx)
|
||||
|
||||
# At version 1, transaction version will break step with server version.
|
||||
utx.version = '1.0.0'
|
||||
with raises(SchemaValidationError):
|
||||
validate_transaction_model(utx)
|
||||
|
Loading…
x
Reference in New Issue
Block a user