Skip to content

Commit 36aa13a

Browse files
committed
Fixed typo
1 parent aa82882 commit 36aa13a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/connection_to_datasets/login_details.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ds.test_env <- new.env()
1010
# this option helps DSI to find the connection objects by looking in the right environment
1111
options(datashield.env=ds.test_env)
1212

13-
ds.test_env$server_server_url <- init.server.url()
13+
ds.test_env$server_url <- init.server.url()
1414

1515
if (! is.null(getOption("default_driver"))) {
1616
ds.test_env$driver <- getOption("default_driver")

0 commit comments

Comments
 (0)