Skip to content

Commit

Permalink
Naming update
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed Oct 5, 2020
1 parent f07893d commit 620dec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ async def test_form_validation_action_async():
assert events == [SlotSet("slot3", "validated_value")]


async def test_form_validation_action_attribute_error():
async def test_form_validation_without_validate_function():
form = TestFormValidationAction()

# tracker with active form
Expand Down

0 comments on commit 620dec2

Please sign in to comment.