Skip to content

Commit

Permalink
Merge branch 'master' into cl/polkadot-v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi authored Jun 26, 2024
2 parents 17b9050 + 864f1ce commit cdadc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/bootstrap_demo_community.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def check_participant_count(client, cid, type, number):
def check_reputation(client, cid, account, cindex, reputation):
rep = client.reputation(account)
print(rep)
if (str(cindex), f" {cid}", reputation) not in rep:
if (str(cindex), cid, reputation) not in rep:
print(f"🔎 Reputation for {account} in cid {cid} cindex {cindex} is not {reputation}")
exit(1)

Expand Down

0 comments on commit cdadc69

Please sign in to comment.