Update tests/test_fields.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Asif Saif Uddin {"Auvi":"অভি"} 2025-11-11 13:34:40 +06:00 committed by GitHub
parent f6b53d8b26
commit 3b89b8e350
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1136,7 +1136,7 @@ class TestBigIntegerField(FieldValues):
class TestMinMaxBigIntegerField(FieldValues): class TestMinMaxBigIntegerField(FieldValues):
""" """
Valid and invalid values for `IntegerField` with min and max limits. Valid and invalid values for `BigIntegerField` with min and max limits.
""" """
valid_inputs = { valid_inputs = {
'1': 1, '1': 1,