Skip to content

Commit

Permalink
Update tests/testthat/test-collapse_row_labels.R
Browse files Browse the repository at this point in the history
Co-authored-by: Shiyu Chen <39443807+ShiyuC@users.noreply.github.com>
  • Loading branch information
mstackhouse and ShiyuC authored Dec 18, 2023
1 parent 1f26ff6 commit 1b56858
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tests/testthat/test-collapse_row_labels.R
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
dat <- tibble::tribble(
~row_label1, ~row_label2, ~row_label3, ~row_label4, ~var1,
"A", "C", "G", "M", 1L,
"A", "C", "G", "N", 2L,
"A", "C", "H", "O", 3L,
"A", "D", "H", "P", 4L,
"A", "D", "I", "Q", 5L,
"A", "D", "I", "R", 6L,
"B", "E", "J", "S", 7L,
"B", "E", "J", "T", 8L,
"B", "E", "K", "U", 9L,
"B", "F", "K", "V", 10L,
"B", "F", "L", "W", 11L
"A", "C", "G", "M", 1L,
"A", "C", "G", "N", 2L,
"A", "C", "H", "O", 3L,
"A", "D", "H", "P", 4L,
"A", "D", "I", "Q", 5L,
"A", "D", "I", "R", 6L,
"B", "E", "J", "S", 7L,
"B", "E", "J", "T", 8L,
"B", "E", "K", "U", 9L,
"B", "F", "K", "V", 10L,
"B", "F", "L", "W", 11L
)


Expand Down

0 comments on commit 1b56858

Please sign in to comment.