Should be 'context' instead of 'azureActiveContext'

This commit is contained in:
yueguoguo 2017-06-27 11:33:25 +08:00
Родитель a8c84f9d6d
Коммит 4c9fd2e756
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -30,11 +30,11 @@ dataConsumptionDSVM <- function(context,
# check the validity of credentials.
assert_that(is.azureActiveContext(azureActiveContext))
assert_that(is.azureActiveContext(context))
# renew token if it expires.
azureCheckToken(azureActiveContext)
azureCheckToken(context)
# preconditions here...