For Scientific Computing with Python Projects - Budget App, I think there is a mistake in the full project description (README.md) from the link https://repl.it/@freeCodeCamp/fcc-budget-app
From the last bullet point under Assignment, it states that " A check_funds method that accepts an amount as an argument. It returns False if the amount is less than the balance of the budget category and returns True otherwise." However, from what I know in the test_module.py, instead of “It returns False if the amount is less than the balance of the budget category and returns True otherwise.”, it should be “It returns False if the amount is more than the balance of the budget category and returns True otherwise.”