Fix Python tests

This commit is contained in:
Fabio Berger 2019-03-19 14:53:43 +01:00
parent 849ca58228
commit 2fbe0aed32

View File

@ -15,6 +15,8 @@ class ContractAddresses(NamedTuple): # noqa
asset_proxy_owner: str
forwarder: str
order_validator: str
coordinator_registry: str
coordinator: str
class NetworkId(Enum):