Skip to content

Commit 72c8b36

Browse files
committed
Correct function name.
1 parent c52db0e commit 72c8b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/inst/tests/test_client.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ test_that("no package specified doesn't add packages flag", {
3232
})
3333

3434
test_that("multiple packages don't produce a warning", {
35-
expect_that(generateSubmitArgs("", "", "", "", c("A", "B")), not(gives_warning()))
35+
expect_that(generateSparkSubmitArgs("", "", "", "", c("A", "B")), not(gives_warning()))
3636
})

0 commit comments

Comments
 (0)