We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52db0e commit 72c8b36Copy full SHA for 72c8b36
R/pkg/inst/tests/test_client.R
@@ -32,5 +32,5 @@ test_that("no package specified doesn't add packages flag", {
32
})
33
34
test_that("multiple packages don't produce a warning", {
35
- expect_that(generateSubmitArgs("", "", "", "", c("A", "B")), not(gives_warning()))
+ expect_that(generateSparkSubmitArgs("", "", "", "", c("A", "B")), not(gives_warning()))
36
0 commit comments