Skip to content

Commit 954b2ef

Browse files
author
Florence Bockting
committed
fix: adjust test to modified x-label
1 parent 5e3d077 commit 954b2ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test-ppc-loo.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ test_that("ppc_loo_pit_ecdf returns a ggplot object", {
104104
} else {
105105
ll1 <- p1$labels
106106
}
107-
expect_equal(ll1$x, "PIT")
107+
expect_equal(ll1$x, "LOO-PIT")
108108
expect_equal(ll1$y, "ECDF")
109109
expect_equal(p1$data, p2$data)
110110
expect_gg(p3 <- ppc_loo_pit_ecdf(y, yrep, lw, plot_diff = TRUE))

0 commit comments

Comments
 (0)