Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Sep 30, 2024
1 parent f53a615 commit c865950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ert/unit_tests/config/test_analysis_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_invalid_min_realization_raises_config_validation_error():
def test_invalid_design_matrix_format_raises_validation_error():
with pytest.raises(
ConfigValidationError,
match="DESIGN_MATRIX must be of format .xls or .xslx; is 'my_matrix.txt'",
match="DESIGN_MATRIX must be of format .xls or .xlsx; is 'my_matrix.txt'",
):
AnalysisConfig.from_dict(
{
Expand Down

0 comments on commit c865950

Please sign in to comment.