Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 13, 2024
1 parent 61ea3d6 commit fe15015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_forms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from home.forms.search import SearchForm
import pytest


@pytest.fixture
def valid_form():
valid_form = SearchForm(
Expand All @@ -16,6 +17,7 @@ def valid_form():

return valid_form


class TestSearchForm:
def test_query_field_length(self):
over_100_characters = "a" * 101
Expand Down

0 comments on commit fe15015

Please sign in to comment.