Skip to content

Commit

Permalink
Removing deprecated style of \ to escape colons
Browse files Browse the repository at this point in the history
  • Loading branch information
emprzy committed Nov 20, 2024
1 parent 4fd1b11 commit 2e62ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def test_timeseries_parameter_has_insufficient_dates_value_error(
ValueError,
match=(
f"Issue loading file '{tmp_file}' for parameter 'sigma': "
f"Provided file dates span '{timeseries_start_date}( 00\:00\:00)?' to '{timeseries_end_date}( 00\:00\:00)?', "
f"Provided file dates span '{timeseries_start_date}( 00:00:00)?' to '{timeseries_end_date}( 00:00:00)?', "
f"but the config dates span '{mock_inputs.ti}' to '{mock_inputs.tf}'.$"
),
):
Expand Down

0 comments on commit 2e62ae3

Please sign in to comment.