Skip to content

Commit e80685f

Browse files
committed
oops
1 parent ce241c0 commit e80685f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-automation.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ with_mock_crunch({
147147
expect_equal(
148148
failures,
149149
list(
150+
last_attempted_script = "RENAME wrong_var_name TO age;",
150151
file = NULL,
151152
errors = data.frame(
152153
column = NA,
@@ -182,6 +183,7 @@ with_mock_crunch({
182183
expect_equal(
183184
failures,
184185
list(
186+
last_attempted_script = "RENAME wrong_var_name TO age;\nRENAME wrong_var_name2 TO age;",
185187
file = NULL,
186188
errors = data.frame(
187189
column = c(NA, NA),

0 commit comments

Comments
 (0)