diff --git a/tests/testthat/test-printing.R b/tests/testthat/test-printing.R index f4b4d6e87..0ab5f8dd0 100644 --- a/tests/testthat/test-printing.R +++ b/tests/testthat/test-printing.R @@ -755,4 +755,4 @@ test_that("horizontal separator is propagated from table to print and export", { tostring_tbl <- strsplit(toString(tbl), "\n")[[1]] export_txt_tbl <- strsplit(export_as_txt(tbl), "\n")[[1]] expect_identical(tostring_tbl, export_txt_tbl) -}) \ No newline at end of file +})