Skip to content

Commit 7c9743d

Browse files
authored
unit test fixup (#915)
1 parent ca47719 commit 7c9743d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-utils.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ test_that("driver_dir(...) returns reasonable values", {
208208
test_that("spark_simba_config() returns reasonable values", {
209209
simba_spark_ini <- "some/folder/simba.sparkodbc.ini"
210210
withr::local_envvar(SIMBASPARKINI = simba_spark_ini)
211-
expect_equal(spark_simba_config(""), simba_spark_ini)
211+
expect_equal(spark_simba_config("")$path, simba_spark_ini)
212212
})
213213

214214
test_that("configure_unixodbc_simba() writes reasonable entries", {

0 commit comments

Comments
 (0)