Skip to content

Commit

Permalink
fix: cps test
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Oct 6, 2024
1 parent 9f1464c commit eff79b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/utils/test_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ def test_get_sponsors_record():

def test_get_preps_cps():
cps_preps = post_rpc_json(get_preps_cps())
assert len(cps_preps) > 5
assert len(cps_preps) > 2

prep_list = [i["address"] for i in cps_preps]
assert len(prep_list) > 5
assert len(prep_list) > 2


def test_getProposals():
Expand Down

0 comments on commit eff79b8

Please sign in to comment.