Skip to content

Commit

Permalink
Update tests/steps/application_v2_steps.py
Browse files Browse the repository at this point in the history
Co-authored-by: algochoi <[email protected]>
  • Loading branch information
ahangsu and algochoi authored Sep 14, 2022
1 parent f853d4e commit 3f4dd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/steps/application_v2_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ def check_box_num_by_limit(context, from_client, limit, expected_num: str):
else:
assert False, "expecting algod or indexer, get " + from_client

assert expected_num_int == len(box_response["boxes"]), "expected box num"
assert expected_num_int == len(box_response["boxes"]), f"expected box num: {expected_num_int}, got {len(box_response["boxes"])}"


@then(
Expand Down

0 comments on commit 3f4dd69

Please sign in to comment.