Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/foreign-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,6 @@

# dm_get_all_fks() with parent_table arg fails nicely

Can't subset tables that don't exist.
Can't select tables that don't exist.
x Table `timetable` doesn't exist.

2 changes: 1 addition & 1 deletion tests/testthat/_snaps/primary-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@

# dm_get_all_pks() with table arg fails nicely

Can't subset tables that don't exist.
Can't select tables that don't exist.
x Table `timetable` doesn't exist.

# dm_get_all_pks() with compound keys
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/tidyselect.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
dm_for_filter() %>% dm_select_tbl(tf_7)
Condition
Error in `eval_select_indices()`:
! Can't subset tables that don't exist.
! Can't select tables that don't exist.
x Table `tf_7` doesn't exist.
Code
dm_for_filter() %>% dm_rename_tbl(tf_0 = tf_7)
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/unique-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,12 @@

---

Can't subset tables that don't exist.
Can't select tables that don't exist.
x Table `timetable` doesn't exist.

---

Can't subset tables that don't exist.
Can't select tables that don't exist.
x Table `timetable` doesn't exist.

---
Expand Down