We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9765fc commit 775b482Copy full SHA for 775b482
tests/testthat/_snaps/parameters.md
@@ -1,4 +1,4 @@
1
-# parameters_const() input checks
+# parameters_constr() input checks
2
3
Code
4
parameters_constr(name = 2)
tests/testthat/test-parameters.R
-test_that("parameters_const() input checks", {
+test_that("parameters_constr() input checks", {
expect_snapshot(error = TRUE, {
})
0 commit comments