From b98dace82e42c025371e9cb1aa9e7f0293724831 Mon Sep 17 00:00:00 2001 From: Kim Date: Mon, 20 Feb 2023 15:47:11 +0100 Subject: [PATCH] Another fix --- tests/test_patchworklib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_patchworklib.py b/tests/test_patchworklib.py index 245780c..ffaa931 100644 --- a/tests/test_patchworklib.py +++ b/tests/test_patchworklib.py @@ -37,7 +37,7 @@ def test_sns_and_p9(tmp_path: Path): g_p9 = pw.load_ggplot( ( - p9.ggplot(titanic, p9.aes(x="sex", y="survived", fill="hue")) + p9.ggplot(titanic, p9.aes(x="sex", y="survived", fill="class")) + p9.geom_boxplot() + p9.ggtitle("plotnine") ),