Skip to content

Commit

Permalink
Style package
Browse files Browse the repository at this point in the history
  • Loading branch information
florianm committed Apr 2, 2024
1 parent ebb9f74 commit bd4e386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-attachment_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ test_that("attachment_list works", {
pw = get_test_pw()
)

# attachment_list returns a tibble
# attachment_list returns a tibble
testthat::expect_equal(class(al), c("tbl_df", "tbl", "data.frame"))

# Attachment attributes are the tibble's columns
# Attachment attributes are the tibble's columns
cn <- c("name", "exists")
testthat::expect_equal(names(al), cn)
})
Expand Down

0 comments on commit bd4e386

Please sign in to comment.