You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# expect_error(isDefined(ds.test_env$connections, "E$A", error.message = FALSE), "The input object E$A is not defined in discordant1, discordant2, discordant3!", fixed=TRUE)
119
-
expect_error(isDefined(ds.test_env$connections, "E$A", error.message=FALSE), "There are some DataSHIELD errors, list them with datashield.errors()", fixed=TRUE)
118
+
expect_error(isDefined(ds.test_env$connections, "E$A", error.message=FALSE), "There are some DataSHIELD errors", fixed=TRUE)
# expect_error(isDefined(ds.test_env$connections, "E$A", error.message = TRUE), "The input object E$A is not defined in discordant1, discordant2, discordant3!", fixed=TRUE)
218
-
expect_error(isDefined(ds.test_env$connections, "E$A", error.message=TRUE), "There are some DataSHIELD errors, list them with datashield.errors()", fixed=TRUE)
217
+
expect_error(isDefined(ds.test_env$connections, "E$A", error.message=TRUE), "There are some DataSHIELD errors", fixed=TRUE)
0 commit comments