Skip to content

Commit

Permalink
use tibble::tibble
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Dec 11, 2018
1 parent 36297ee commit 3bcc956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-rap.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ test_that("..env is the formula environment", {
})

test_that("rap can splice", {
tbl <- tibble(
tbl <- tibble::tibble(
params = list(list(from = 1, to = 2), list(from = 1, to = 10))
) %>%
rap(y = ~ seq(!!!params))
Expand Down

0 comments on commit 3bcc956

Please sign in to comment.