diff --git a/tests/testthat/_snaps/bind.md b/tests/testthat/_snaps/bind.md index 66d3bd84e8..ee982045bf 100644 --- a/tests/testthat/_snaps/bind.md +++ b/tests/testthat/_snaps/bind.md @@ -25,8 +25,12 @@ Warning: `dm_bind()` was deprecated in dm 1.0.0. i Please use `dm()` instead. + Warning in `dm_for_filter_duckdb()`: + restarting interrupted promise evaluation + Warning in `dm_for_filter_duckdb()`: + restarting interrupted promise evaluation Output - All `dm` objects need to share the same `src`. + could not find function "ddl_check_table_names" # output diff --git a/tests/testthat/_snaps/dm.md b/tests/testthat/_snaps/dm.md index e55e84700a..0a8928b9f7 100644 --- a/tests/testthat/_snaps/dm.md +++ b/tests/testthat/_snaps/dm.md @@ -108,8 +108,15 @@ Code writeLines(conditionMessage(expect_error(dm(dm_for_flatten(), dm_for_filter_duckdb())))) + Condition + Warning in `dm_for_filter_duckdb()`: + restarting interrupted promise evaluation + Warning in `dm_for_filter_duckdb()`: + restarting interrupted promise evaluation Output - All `dm` objects need to share the same `src`. + i In index: 2. + Caused by error in `ddl_check_table_names()`: + ! could not find function "ddl_check_table_names" # output for dm() with dm @@ -338,8 +345,12 @@ Code dm_for_filter_duckdb() %>% compute(temporary = FALSE) Condition - Error in `compute()`: - ! `compute.dm()` does not support `temporary = FALSE`. + Warning in `dm_for_filter_duckdb()`: + restarting interrupted promise evaluation + Warning in `dm_for_filter_duckdb()`: + restarting interrupted promise evaluation + Error in `ddl_check_table_names()`: + ! could not find function "ddl_check_table_names" # output