Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Jul 10, 2024
1 parent 9dd6213 commit d3192bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/helper-initialize.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ testthat_shell_connection <- function(method = "shell") {
config$`sparklyr.sdf_collect.persistence_level` <- "NONE"

packages <- NULL
if (spark_version >= "2.4.0") packages <- "avro"
if (spark_version >= "2.4.0") packages <- "arrow"
if (spark_version >= "2.4.2") packages <- c(packages, "delta")

sc <- spark_connect(
Expand Down

0 comments on commit d3192bd

Please sign in to comment.