Skip to content

Commit 33f8987

Browse files
committed
Revert "fix test"
This reverts commit ba5a616.
1 parent ba5a616 commit 33f8987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-pipe.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ test_that("print in pipe, on-the-fly factor", {
2323
})
2424
expect_identical(
2525
out[4],
26-
"cut(wt, c(0, 2.5, 3, 5)) [>0-2.5] | 0.00 | | | | "
26+
"cut(wt, c(0, 2.5, 3, 5)) [(0,2.5]] | 0.00 | | | | "
2727
)
2828
})

0 commit comments

Comments
 (0)