Skip to content

Commit b98dace

Browse files
authored
Another fix
1 parent 2edb0e2 commit b98dace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_patchworklib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_sns_and_p9(tmp_path: Path):
3737

3838
g_p9 = pw.load_ggplot(
3939
(
40-
p9.ggplot(titanic, p9.aes(x="sex", y="survived", fill="hue"))
40+
p9.ggplot(titanic, p9.aes(x="sex", y="survived", fill="class"))
4141
+ p9.geom_boxplot()
4242
+ p9.ggtitle("plotnine")
4343
),

0 commit comments

Comments
 (0)