Skip to content

Commit

Permalink
chore: fix cps test
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jul 31, 2024
1 parent 16ffd87 commit 58fba60
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) > 10
assert len(cps_preps) > 5

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


def test_getProposals():
Expand Down

0 comments on commit 58fba60

Please sign in to comment.