From 483cd6b72e89c13bf860be4afc6cc8ed52e25700 Mon Sep 17 00:00:00 2001 From: "benjamin.ayliffe" Date: Tue, 17 Dec 2024 08:35:39 +0000 Subject: [PATCH] Update test text in line with typo fix. --- improver_tests/utilities/test_DurationSubdivision.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/improver_tests/utilities/test_DurationSubdivision.py b/improver_tests/utilities/test_DurationSubdivision.py index c110611361..98051a1d6d 100644 --- a/improver_tests/utilities/test_DurationSubdivision.py +++ b/improver_tests/utilities/test_DurationSubdivision.py @@ -550,7 +550,7 @@ def test_construct_target_periods(kwargs, data, input_period, expected): None, # List of realization numbers if any ( "The target period must be a factor of the original period " - "of the input cube and the target period must <= the input " + "of the input cube and the target period must be <= the input " "period. Input period: 3600, target period: 7200" ), # Expected exception ), # Raise a ValueError as the target period is longer than the input period.