Skip to content

Commit

Permalink
provide an artificial datetime for the flaking wrapper test
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Jul 15, 2023
1 parent f9163e4 commit e03952e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-class-workbook-wrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ test_that("wb_set_creators() is a wrapper", {

test_that("wb_remove_creators() is a wrapper", {
wb <- wb_workbook(creator = "myself")
expect_wrapper("remove_creators", params = list(creators = "myself"))
expect_wrapper("remove_creators", wb = wb, params = list(creators = "myself"))
})

# wb_page_setup() -------------------------------------------------------------
Expand Down

0 comments on commit e03952e

Please sign in to comment.