We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c7200 commit 87dd5c7Copy full SHA for 87dd5c7
tests/testthat/_snaps/print.sr_model.md
@@ -1,7 +1,7 @@
1
# results are consistent with printed output for sr_model class
2
3
Code
4
- suppressWarnings(nepal_sees_jags_output)
+ nepal_sees_jags_output
5
Output
6
An sr_model with the following median values:
7
tests/testthat/test-print.sr_model.R
@@ -1,8 +1,6 @@
test_that(
desc = "results are consistent with printed output for sr_model class",
code = {
- nepal_sees_jags_output |>
- suppressWarnings() |>
- expect_snapshot()
+ testthat::expect_snapshot(nepal_sees_jags_output)
}
8
)
0 commit comments