Skip to content

Commit

Permalink
Revert "fix test"
Browse files Browse the repository at this point in the history
This reverts commit ba5a616.
  • Loading branch information
strengejacke committed Oct 11, 2024
1 parent ba5a616 commit 33f8987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-pipe.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ test_that("print in pipe, on-the-fly factor", {
})
expect_identical(
out[4],
"cut(wt, c(0, 2.5, 3, 5)) [>0-2.5] | 0.00 | | | | "
"cut(wt, c(0, 2.5, 3, 5)) [(0,2.5]] | 0.00 | | | | "
)
})

0 comments on commit 33f8987

Please sign in to comment.