1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-28 00:27:45 +02:00

more descriptive unit test name

This commit is contained in:
Rodolphe Marques 2016-09-09 10:53:28 +02:00 committed by tim
parent 148e30a84b
commit 7715bbc807

View File

@ -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