Skip to content

Commit

Permalink
[test] fix lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Jan 13, 2025
1 parent a2c34f2 commit 6087094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-read_xlsb.R
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ test_that("xlsb formula line breaks are handled", {
add_cell_style(dims = "B1", wrap_text = TRUE)$
set_row_heights(rows = 1, heights = 30)

wb2 <- wb_load("/tmp/line_break.xlsb", debug = F)
wb2 <- wb_load("/tmp/line_break.xlsb", debug = TRUE)
exp <- "IF( A1= 1,\"Value \n\"&A1, )"
fml2 <- wb2$to_df(show_formula = TRUE, col_names = FALSE)[1, "B"]
expect_equal(exp, fml2)
Expand Down

0 comments on commit 6087094

Please sign in to comment.