Skip to content

Commit

Permalink
Update tests/steps/steps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangsu authored Aug 24, 2022
1 parent 6301c84 commit ca4ed19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/steps/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,6 @@ def heuristic_check_over_bytes(context):

@then('if there exists an error, the error contains "{err_msg:MaybeString}"')
def check_error_if_matching(context, err_msg: str = None):
print(err_msg)
if len(err_msg) > 0:
assert err_msg in context.sanity_check_err
else:
Expand Down

0 comments on commit ca4ed19

Please sign in to comment.