Skip to content

Commit

Permalink
Rename test_value_from_datadict to test_example_numbers
Browse files Browse the repository at this point in the history
Better conveys what it test. Was not changed in previous commit to limit
help tracking moved tests.
  • Loading branch information
francoisfreitag committed Jun 14, 2024
1 parent 9923578 commit b8d1886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_formfields.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class TestForm(forms.Form):
rendered,
)

def test_value_from_datadict(self):
def test_example_numbers(self):
example_numbers = (
self.example_number("US"),
self.example_number("CA"),
Expand Down

0 comments on commit b8d1886

Please sign in to comment.