Skip to content

Commit

Permalink
Now that we use a version of eth-ape >= 0.7.8 remove ugly workaround …
Browse files Browse the repository at this point in the history
…for old ape bug.

Signed-off-by: derekpierre <[email protected]>
  • Loading branch information
derekpierre committed Feb 21, 2024
1 parent f99be7f commit 1e3b677
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,6 @@ def test_get_participants(coordinator, nodes, initiator, erc20, global_allow_lis

# n at a time
for n_at_a_time in range(2, len(nodes) // 2):
if len(nodes) % n_at_a_time == 1:
# TODO ugly; decoding issues with web3py/ape w.r.t
# struct array of size 1 not being returned as an array of 1 tuple
# but rather an array of tuple elements - more investigation needed
continue
index = 0
while index < len(nodes):
participants_n_at_a_time = coordinator.getParticipants(0, index, n_at_a_time, True)
Expand Down

0 comments on commit 1e3b677

Please sign in to comment.