Skip to content

Commit 8f94f3f

Browse files
authored
[create-pull-request] automated change
1 parent 3e6daff commit 8f94f3f

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

tests/testthat/_snaps/bind.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,16 @@
2525
Warning:
2626
`dm_bind()` was deprecated in dm 1.0.0.
2727
i Please use `dm()` instead.
28+
Warning in `dm_for_filter_duckdb()`:
29+
restarting interrupted promise evaluation
30+
Warning in `dm_for_filter_duckdb()`:
31+
restarting interrupted promise evaluation
32+
Warning in `duckdb_test_src()`:
33+
restarting interrupted promise evaluation
34+
Warning in `duckdb_test_src()`:
35+
restarting interrupted promise evaluation
2836
Output
29-
All `dm` objects need to share the same `src`.
37+
'R_user_dir' is not an exported object from 'namespace:tools'
3038

3139
# output
3240

tests/testthat/_snaps/dm.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,19 @@
108108
Code
109109
writeLines(conditionMessage(expect_error(dm(dm_for_flatten(),
110110
dm_for_filter_duckdb()))))
111-
Output
112-
All `dm` objects need to share the same `src`.
111+
Condition
112+
Warning in `dm_for_filter_duckdb()`:
113+
restarting interrupted promise evaluation
114+
Warning in `dm_for_filter_duckdb()`:
115+
restarting interrupted promise evaluation
116+
Warning in `duckdb_test_src()`:
117+
restarting interrupted promise evaluation
118+
Warning in `duckdb_test_src()`:
119+
restarting interrupted promise evaluation
120+
Output
121+
i In index: 2.
122+
Caused by error:
123+
! 'R_user_dir' is not an exported object from 'namespace:tools'
113124

114125
# output for dm() with dm
115126

0 commit comments

Comments
 (0)