Skip to content

Commit 4f94fb7

Browse files
authored
Merge pull request #408 from corybrunson/parameters_constr
spellcheck name of tested function
2 parents c9765fc + 775b482 commit 4f94fb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/testthat/_snaps/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# parameters_const() input checks
1+
# parameters_constr() input checks
22

33
Code
44
parameters_constr(name = 2)

tests/testthat/test-parameters.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test_that("parameters_const() input checks", {
1+
test_that("parameters_constr() input checks", {
22
expect_snapshot(error = TRUE, {
33
parameters_constr(name = 2)
44
})

0 commit comments

Comments
 (0)