Skip to content

Commit

Permalink
expand startCol test
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Sep 17, 2022
1 parent 370cace commit 5463f56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-read_from_created_wb.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,7 @@ test_that("read startCol", {
got <- wb_to_df(wb, startCol = 1, colNames = FALSE)
expect_equal(LETTERS[1:6], names(got))

got <- wb_to_df(wb, startCol = "F", colNames = FALSE)
expect_equal(LETTERS[6], names(got))

})

0 comments on commit 5463f56

Please sign in to comment.