Skip to content

Commit

Permalink
Snapshot updates for rcc-smoke (null) (#1466)
Browse files Browse the repository at this point in the history
Co-authored-by: krlmlr <[email protected]>
  • Loading branch information
github-actions[bot] and krlmlr authored Sep 23, 2022
1 parent 4e57d97 commit eb132e7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions tests/testthat/_snaps/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
! Names must be unique.
x These names are duplicated:
* "a" at locations 1 and 2.
i Use argument `.name_repair` to specify repair strategy.
Code
add_column(tibble(a = 1, b = 2), a = 1, b = 2)
Condition
Expand All @@ -50,7 +49,6 @@
x These names are duplicated:
* "a" at locations 1 and 3.
* "b" at locations 2 and 4.
i Use argument `.name_repair` to specify repair strategy.
Code
add_column(tibble(!!!set_names(letters)), !!!set_names(letters))
Condition
Expand All @@ -66,7 +64,6 @@
* "d" at locations 4 and 30.
* "e" at locations 5 and 31.
* ...
i Use argument `.name_repair` to specify repair strategy.
Code
add_column(tibble(a = 2:3), b = 4:6)
Condition
Expand Down
5 changes: 0 additions & 5 deletions tests/testthat/_snaps/as_tibble.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
! Names must be unique.
x These names are duplicated:
* "a" at locations 1 and 2.
i Use argument `.name_repair` to specify repair strategy.
Code
as_tibble(table(c(1, 1, 1, 2, 2, 2), c(3, 4, 5, 3, 4, 5)))
Condition
Expand Down Expand Up @@ -202,7 +201,6 @@
! Names must be unique.
x These names are duplicated:
* "a" at locations 1 and 2.
i Use argument `.name_repair` to specify repair strategy.
Code
as_tibble(list(a = 1, a = 1, b = 1, b = 1))
Condition
Expand All @@ -214,7 +212,6 @@
x These names are duplicated:
* "a" at locations 1 and 2.
* "b" at locations 3 and 4.
i Use argument `.name_repair` to specify repair strategy.
Code
as_tibble(list(a = new_environment()))
Condition
Expand Down Expand Up @@ -292,7 +289,6 @@
! Names must be unique.
x These names are duplicated:
* "a" at locations 1 and 2.
i Use argument `.name_repair` to specify repair strategy.
Code
as_tibble_row(list(a = 1, a = 1, b = 1, b = 1))
Condition
Expand All @@ -304,7 +300,6 @@
x These names are duplicated:
* "a" at locations 1 and 2.
* "b" at locations 3 and 4.
i Use argument `.name_repair` to specify repair strategy.
Code
as_tibble_row(list(a = new_environment()))
Condition
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/_snaps/names.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
! Names must be unique.
x These names are duplicated:
* "a" at locations 1 and 2.
i Use argument `.name_repair` to specify repair strategy.
Code
repaired_names("..1", repair_hint = FALSE)
Condition
Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/_snaps/rownames.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
! Names must be unique.
x These names are duplicated:
* "cyl" at locations 2 and 12.
i Use argument `.name_repair` to specify repair strategy.
Code
rowid_to_column(trees, "Volume")
Condition
Expand All @@ -19,7 +18,6 @@
! Names must be unique.
x These names are duplicated:
* "Volume" at locations 3 and 4.
i Use argument `.name_repair` to specify repair strategy.
Code
column_to_rownames(mtcars, "cyl")
Condition
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/_snaps/tibble.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
! Names must be unique.
x These names are duplicated:
* "a" at locations 1 and 2.
i Use argument `.name_repair` to specify repair strategy.
Code
tibble(a = new_environment())
Condition
Expand Down

0 comments on commit eb132e7

Please sign in to comment.