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
270fed04c7
commit
c3d9717b07
@ -1,5 +1,5 @@
|
|||||||
from bigchaindb.common.schema import (
|
from bigchaindb.common.schema import (
|
||||||
TX_SCHEMA, VOTE_SCHEMA, drop_schema_descriptions)
|
TX_SCHEMA_COMMON, VOTE_SCHEMA, drop_schema_descriptions)
|
||||||
|
|
||||||
|
|
||||||
def _test_additionalproperties(node, path=''):
|
def _test_additionalproperties(node, path=''):
|
||||||
@ -19,7 +19,7 @@ def _test_additionalproperties(node, path=''):
|
|||||||
|
|
||||||
|
|
||||||
def test_transaction_schema_additionalproperties():
|
def test_transaction_schema_additionalproperties():
|
||||||
_test_additionalproperties(TX_SCHEMA)
|
_test_additionalproperties(TX_SCHEMA_COMMON)
|
||||||
|
|
||||||
|
|
||||||
def test_vote_schema_additionalproperties():
|
def test_vote_schema_additionalproperties():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user