Skip to content

Commit c650d8e

Browse files
committed
upstream hardhat changes in test snaps
1 parent 1a67c5d commit c650d8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/testthat/_snaps/bake-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Code
44
bake(prep(r, edf), NULL, composition = "matrix")
55
Condition
6-
Error in `hardhat::recompose()`:
6+
Error in `juice()`:
77
! `data` must only contain numeric columns.
88
i These columns aren't numeric: "geo_value" and "time_value".
99

tests/testthat/_snaps/population_scaling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
wf <- epi_workflow(r, parsnip::linear_reg()) %>% fit(jhu) %>% add_frosting(f)
55
Condition
66
Error in `hardhat::validate_column_names()`:
7-
! The following required columns are missing: 'a'.
7+
! The required column "a" is missing.
88

99
---
1010

1111
Code
1212
forecast(wf)
1313
Condition
1414
Error in `hardhat::validate_column_names()`:
15-
! The following required columns are missing: 'nothere'.
15+
! The required column "nothere" is missing.
1616

0 commit comments

Comments
 (0)