mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-04 16:54:02 +03:00
Update tests/test_fields.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f6b53d8b26
commit
3b89b8e350
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user