We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fbf70 commit b3fefbfCopy full SHA for b3fefbf
python-wrapper/tests/test_colors.py
@@ -57,7 +57,7 @@ def test_color_nodes_iter_exhausted() -> None:
57
with pytest.warns(
58
UserWarning,
59
match=(
60
- "Ran out of colors for property 'caption'. 3 colors were needed, but only 2 were given, " "so reused colors"
+ "Ran out of colors for property 'caption'. 3 colors were needed, but only 2 were given, so reused colors"
61
),
62
):
63
VG.color_nodes("caption", ["#000000", "#00FF00"])
0 commit comments