aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/order_utils/test/test_signature_utils.py
blob: 7e830f9f840376980904c40f0978bbc648223bc9 (plain) (blame)
1
2
3
4
5
6
7
8
"""Tests of 0x.order_utils.signature_utils.*."""

from zero_ex.order_utils.signature_utils import ec_sign_order_hash


def test_ec_sign_order_hash():
    """Test the signing of order hashes."""
    assert ec_sign_order_hash() == "stub return value"