Skip to content

Commit

Permalink
typo: xlsx, not xls (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Aug 8, 2024
1 parent 2bfda71 commit 5d06aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-geometry.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test_that("geometry sheet is identical in xls and xlsx and shrink wraps by defau
var3 = c("cc", "ff", "ii")
)
xls <- read_excel(test_sheet("geometry.xls"))
xlsx <- read_excel(test_sheet("geometry.xls"))
xlsx <- read_excel(test_sheet("geometry.xlsx"))
expect_identical(xls, xlsx)
expect_identical(xls, ref)
})
Expand Down

0 comments on commit 5d06aae

Please sign in to comment.