File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,8 +127,10 @@ def test_colormap_not_available(self):
127127 expected_start = "'some_map' is not a valid value for"
128128 expected_contains = "; supported values are 'Accent',"
129129
130- assert result .startswith (expected_start ), f"The error should start with `{ expected_start } `, but starts with `{ result [:len (expected_start )]} `"
131- assert expected_contains in result , f"The error should contain `{ expected_contains } `, but does not. Full error: { result } "
130+ assert result .startswith (expected_start ), \
131+ f"The error should start with `{ expected_start } `, but starts with `{ result [:len (expected_start )]} `"
132+ assert expected_contains in result , \
133+ f"The error should contain `{ expected_contains } `, but does not. Full error: { result } "
132134
133135 def test_defaults (self ):
134136 """Tests the manipulation of the default values."""
You can’t perform that action at this time.
0 commit comments