Skip to content

Commit

Permalink
Fix typo in test (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminabbasov authored Oct 17, 2024
1 parent 402780f commit 10ac6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class F(Form):
assert form.validate() is False


def test_seelct2_tags_field() -> None:
def test_select2_tags_field() -> None:
class F(Form):
array = Select2TagsField()

Expand Down

0 comments on commit 10ac6b7

Please sign in to comment.