Skip to content

Commit fe85947

Browse files
Yay295radarhere
andauthored
use single string for parameter names instead of tuple of strings
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent ece3410 commit fe85947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/test_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ def _make_new(
686686
_make_new(im, blank_pa, ImagePalette.ImagePalette())
687687

688688
@pytest.mark.parametrize(
689-
("mode", "color"),
689+
"mode, color",
690690
(
691691
("RGB", "#DDEEFF"),
692692
("RGB", (221, 238, 255)),

0 commit comments

Comments
 (0)