From 3b89b8e350bae5ffeed2b1f15c48304eefcf6b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asif=20Saif=20Uddin=20=7B=22Auvi=22=3A=22=E0=A6=85?= =?UTF-8?q?=E0=A6=AD=E0=A6=BF=22=7D?= Date: Tue, 11 Nov 2025 13:34:40 +0600 Subject: [PATCH] Update tests/test_fields.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/test_fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fields.py b/tests/test_fields.py index 80f3ed1e8..89d20fc93 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -1136,7 +1136,7 @@ class TestBigIntegerField(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 = { '1': 1,