We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b53d8 commit 3b89b8eCopy full SHA for 3b89b8e
tests/test_fields.py
@@ -1136,7 +1136,7 @@ class TestBigIntegerField(FieldValues):
1136
1137
class TestMinMaxBigIntegerField(FieldValues):
1138
"""
1139
- Valid and invalid values for `IntegerField` with min and max limits.
+ Valid and invalid values for `BigIntegerField` with min and max limits.
1140
1141
valid_inputs = {
1142
'1': 1,
0 commit comments