aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_converters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_converters.py b/tests/test_converters.py
index aa692f9f8..8093f55ac 100644
--- a/tests/test_converters.py
+++ b/tests/test_converters.py
@@ -216,7 +216,7 @@ def test_isodatetime_converter_for_valid(datetime_string: str, expected_dt: date
@pytest.mark.parametrize(
("datetime_string"),
(
- # Make sure it doesn't interfere with the Duration converation
+ # Make sure it doesn't interfere with the Duration converter
('1Y'),
('1d'),
('1H'),