mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
more descriptive unit test name
This commit is contained in:
parent
148e30a84b
commit
7715bbc807
@ -82,7 +82,7 @@ def test_validate_bad_asset_creation(b, user_vk):
|
||||
|
||||
|
||||
@pytest.mark.usefixtures('inputs')
|
||||
def test_validate_bad_asset_transfer(b, user_vk, user_sk):
|
||||
def test_validate_transfer_asset_id_mismatch(b, user_vk, user_sk):
|
||||
from bigchaindb.util import get_hash_data
|
||||
from bigchaindb.exceptions import AssetIdMismatch
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user