Skip to content

Commit a4ab931

Browse files
committed
snapshot issues following recipes version bump
1 parent 023c361 commit a4ab931

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

man/epi_recipe.Rd

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testthat/_snaps/layers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Code
44
update(f$layers[[1]], lower = 100)
55
Condition
6-
Error in `recipes:::update_fields()`:
6+
Error in `update()`:
77
! The step you are trying to update, `layer_predict()`, does not have the lower field.
88

99
---
@@ -19,6 +19,6 @@
1919
Code
2020
update(f$layers[[2]], bad_param = 100)
2121
Condition
22-
Error in `recipes:::update_fields()`:
22+
Error in `update()`:
2323
! The step you are trying to update, `layer_threshold()`, does not have the bad_param field.
2424

0 commit comments

Comments
 (0)