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 Mar 15, 2024
1 parent 90de37a commit 28df901
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 @@ -189,7 +189,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 28df901

Please sign in to comment.