79617560

Date: 2025-05-12 09:37:16
Score: 1
Natty:
Report link

You have missed quotes in the step definition. For your example

Given the current account balance is "zero"

The step definition should be

@given('the current account balance is "{arg}"')
def current_account_initial_balance(amount):
    print(amount)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: KinderAndry