Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 8, 2024
1 parent 31f782b commit 235c7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-export_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ test_that("export_table, overlengthy lines", {
})


test_that("export_table, overlengthy lines", {
test_that("export_table, gt, simple", {
skip_if_not_installed("gt")
skip_on_cran()
d <- data.frame(a = c(1.3, 2, 543), b = c("ab", "cd", "abcde"), stringsAsFactors = FALSE)
Expand Down

0 comments on commit 235c7e3

Please sign in to comment.