Skip to content

Commit 7acf04d

Browse files
committed
shorten file names in snaps_ to avoid NOTE
1 parent e77b702 commit 7acf04d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/test-ppc-test-statistics.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ test_that("ppc_stat_freqpoly_grouped renders correctly", {
213213
binwidth = 0.5
214214
)
215215
vdiffr::expect_doppelganger(
216-
title = "ppc_stat_freqpoly_grouped (stat, facet_args, binwidth)",
216+
title = "ppc_stat_freqpoly_grouped (stat, facets, bw)",
217217
fig = p_custom)
218218

219219
# ppd versions
@@ -228,6 +228,6 @@ test_that("ppc_stat_freqpoly_grouped renders correctly", {
228228
binwidth = 0.5
229229
)
230230
vdiffr::expect_doppelganger(
231-
title = "ppd_stat_freqpoly_grouped (stat, facet_args, binwidth)",
231+
title = "ppd_stat_freqpoly_grouped (stat, facets, bw)",
232232
fig = p_custom)
233233
})

0 commit comments

Comments
 (0)