From 4377b08ce6fbbbf62a6a1f3e111caa8734b3235d Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Tue, 29 Apr 2025 12:28:40 +0000 Subject: [PATCH] Update tests/test_fields.py Co-authored-by: Bruno Alla --- 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 63450a420..665184394 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -1787,7 +1787,7 @@ class TestNoOutputFormatDurationField(FieldValues): class TestISOOutputFormatDurationField(FieldValues): """ - Values for `TimeField` with a custom output format. + Values for `DurationField` with a custom output format. """ valid_inputs = {} invalid_inputs = {}