Skip to content

Commit 53c9ef8

Browse files
committed
remove superfluous char conversion
1 parent 841e7e9 commit 53c9ef8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/testthat/test-plotly.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ test_that("Line breaks are properly translated (R -> HTML)", {
326326

327327
target_labels <- iris$Species %>%
328328
unique() %>%
329-
as.character() %>%
330329
paste0(suffix) %>%
331330
gsub(pattern = "\n",
332331
replacement = br(),

0 commit comments

Comments
 (0)