Skip to content

Commit

Permalink
Cover the uncovered line
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed Dec 29, 2023
1 parent b89f2bb commit 7e18978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test_determine.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ test_that(".determine_ods_format works", {
expect_equal(.determine_ods_format(readODS::write_ods(iris, tempfile(fileext = ".fods")), guess = TRUE), "ods")
expect_equal(.determine_ods_format(readODS::write_ods(iris, tempfile(fileext = ".xml"))), "fods")
expect_equal(.determine_ods_format(readODS::write_ods(iris, tempfile(fileext = ".xml")), guess = TRUE), "ods")
expect_equal(.determine_ods_format(readODS::write_fods(iris, tempfile(fileext = ".ods")), guess = TRUE), "fods")
})

0 comments on commit 7e18978

Please sign in to comment.