Skip to content

Commit

Permalink
No clue why this wasn't detected earlier, but here we go.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Aug 9, 2023
1 parent 0f6ff4f commit acb8f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-class-workbook-wrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ test_that("wb_add_filter(), wb_remove_filter() is a wrapper", {

# wb_grid_lines() ---------------------------------------------------------

test_that("wb_grid_lines() is a wrapper", {
test_that("wb_set_grid_lines() is a wrapper", {
wb <- wb_workbook()$add_worksheet("a")
expect_wrapper("grid_lines", wb = wb, params = list(sheet = 1, show = TRUE))
expect_wrapper("set_grid_lines", wb = wb, params = list(sheet = 1, show = TRUE))
})

# wb_add_named_region(), wb_remove_named_region() -------------------------
Expand Down

0 comments on commit acb8f2e

Please sign in to comment.