Skip to content

Commit

Permalink
test for export include author now
Browse files Browse the repository at this point in the history
  • Loading branch information
emitanaka committed Sep 3, 2023
1 parent 99838f4 commit e32e4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-export.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ test_that("export with no record", {
set.seed(1)
des <- suppressMessages(takeout())
fn <- tempfile()
suppressMessages(export_design(des, file = fn, overwrite = TRUE))
suppressMessages(export_design(des, file = fn, overwrite = TRUE, author = "Emi Tanaka"))
dat <- openxlsx2::read_xlsx(fn, sheet = 2)

expect_equal(dat, as_tibble(des), ignore_attr = TRUE)
Expand Down

0 comments on commit e32e4c1

Please sign in to comment.