Skip to content

Commit 87dd5c7

Browse files
committed
troubleshooting snap
1 parent 04c7200 commit 87dd5c7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/testthat/_snaps/print.sr_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# results are consistent with printed output for sr_model class
22

33
Code
4-
suppressWarnings(nepal_sees_jags_output)
4+
nepal_sees_jags_output
55
Output
66
An sr_model with the following median values:
77

tests/testthat/test-print.sr_model.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
test_that(
22
desc = "results are consistent with printed output for sr_model class",
33
code = {
4-
nepal_sees_jags_output |>
5-
suppressWarnings() |>
6-
expect_snapshot()
4+
testthat::expect_snapshot(nepal_sees_jags_output)
75
}
86
)

0 commit comments

Comments
 (0)