Skip to content

Commit

Permalink
fix outdated references to register_scalar_function()
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Aug 7, 2022
1 parent 7717616 commit b103c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r/tests/testthat/test-compute.R
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ test_that("arrow_scalar_function() with bad return type errors", {
)
})

test_that("register_user_defined_function() can register multiple kernels", {
test_that("register_scalar_function() can register multiple kernels", {
skip_if_not(CanRunWithCapturedR())

register_scalar_function(
Expand Down Expand Up @@ -173,7 +173,7 @@ test_that("register_user_defined_function() can register multiple kernels", {
)
})

test_that("register_user_defined_function() errors for unsupported specifications", {
test_that("register_scalar_function() errors for unsupported specifications", {
expect_error(
register_scalar_function(
"no_kernels",
Expand Down

0 comments on commit b103c3b

Please sign in to comment.