Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
samssann authored Mar 6, 2023
1 parent 3e6daff commit dff8b3f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit dff8b3f

Please sign in to comment.