Browse Source

I hate commas

master
boB Rudis 5 years ago
parent
commit
2eb2f767b0
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 6
      tests/testthat/test-metis.R

6
tests/testthat/test-metis.R

@ -1,17 +1,17 @@
context("Driver & queries work") context("Driver & queries work")
skip_on_cran()
drv <- metis::Athena() drv <- metis::Athena()
expect_is(drv, "AthenaDriver") expect_is(drv, "AthenaDriver")
skip_on_cran()
if (identical(Sys.getenv("TRAVIS"), "true")) { if (identical(Sys.getenv("TRAVIS"), "true")) {
metis::dbConnect( metis::dbConnect(
drv = drv, drv = drv,
Schema = "sampledb", Schema = "sampledb",
S3OutputLocation = "s3://aws-athena-query-results-569593279821-us-east-1", S3OutputLocation = "s3://aws-athena-query-results-569593279821-us-east-1"
) -> con ) -> con
} else { } else {

Loading…
Cancel
Save