Skip to content

Commit

Permalink
Format python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VirajP1002 committed Dec 11, 2023
1 parent fada702 commit 8d767c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/validators/answers/test_number_answer_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,7 @@ def test_min_if_set_as_float():
"type": "Currency",
"label": "Money spent on vegetables",
"description": "Enter the full value",
"minimum": {
"value": 0.00,
"exclusive": True
}
"minimum": {"value": 0.00, "exclusive": True},
}

validator = NumberAnswerValidator(
Expand Down

0 comments on commit 8d767c5

Please sign in to comment.