mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fix breakage from other branch
This commit is contained in:
parent
47c6a722ad
commit
28e06399ae
@ -7,7 +7,7 @@ from pytest import raises
|
||||
|
||||
from bigchaindb.common.exceptions import SchemaValidationError
|
||||
from bigchaindb.common.schema import (
|
||||
TX_SCHEMA, VOTE_SCHEMA, drop_schema_descriptions,
|
||||
TX_SCHEMA_COMMON, VOTE_SCHEMA, drop_schema_descriptions,
|
||||
validate_transaction_schema, validate_vote_schema)
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ def _test_additionalproperties(node, path=''):
|
||||
|
||||
|
||||
def test_transaction_schema_additionalproperties():
|
||||
_test_additionalproperties(TX_SCHEMA)
|
||||
_test_additionalproperties(TX_SCHEMA_COMMON)
|
||||
|
||||
|
||||
def test_vote_schema_additionalproperties():
|
||||
|
Loading…
x
Reference in New Issue
Block a user