Skip to content

Commit

Permalink
Update test text in line with typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bayliffe committed Dec 17, 2024
1 parent e20e007 commit 483cd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion improver_tests/utilities/test_DurationSubdivision.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 483cd6b

Please sign in to comment.