Skip to content

Commit

Permalink
remove unused _create_sharding_message
Browse files Browse the repository at this point in the history
  • Loading branch information
NIC619 committed Jan 4, 2018
1 parent 284d860 commit 3c0c378
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions tests/core/message-object/test_message_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,6 @@ def _create_message(gas=1,
)


def _create_sharding_message(
gas=1,
gas_price=1,
to=ADDRESS_A,
sender=ENTRY_POINT,
value=0,
data=b"",
code=b"",
**kwargs):
return ShardingMessage(
gas=gas,
gas_price=gas_price,
to=to,
sender=sender,
value=0,
data=data,
code=code,
**kwargs
)


@pytest.mark.parametrize(
"init_kwargs,is_valid",
(
Expand Down

0 comments on commit 3c0c378

Please sign in to comment.