diff --git a/tests/testthat/_snaps/survival_plot/survival-plot-with-no-wrap-and-no-ci-km-ggplot2-integration.svg b/tests/testthat/_snaps/survival_plot/survival-plot-no-wrap-no-ci-km-ggplot2.svg similarity index 99% rename from tests/testthat/_snaps/survival_plot/survival-plot-with-no-wrap-and-no-ci-km-ggplot2-integration.svg rename to tests/testthat/_snaps/survival_plot/survival-plot-no-wrap-no-ci-km-ggplot2.svg index 42eb1e64..e4c6d4a6 100644 --- a/tests/testthat/_snaps/survival_plot/survival-plot-with-no-wrap-and-no-ci-km-ggplot2-integration.svg +++ b/tests/testthat/_snaps/survival_plot/survival-plot-no-wrap-no-ci-km-ggplot2.svg @@ -309,6 +309,6 @@ A B C -survival_plot with no wrap and no ci + km + ggplot2 integration +survival_plot-no wrap + no ci + km + ggplot2 diff --git a/tests/testthat/test-survival_plot.R b/tests/testthat/test-survival_plot.R index 018a4224..eb353cc9 100644 --- a/tests/testthat/test-survival_plot.R +++ b/tests/testthat/test-survival_plot.R @@ -95,7 +95,7 @@ test_that("survival_plot works as expected", { scale_y_continuous(trans = "sqrt") vdiffr::expect_doppelganger( - "survival_plot with no wrap and no ci + km + ggplot2 integration", + "survival_plot-no wrap + no ci + km + ggplot2 ", p3 ) })