From 80666d0453a14c214d4f0c116abc041c78f2c411 Mon Sep 17 00:00:00 2001 From: Steven Mortimer Date: Mon, 26 Mar 2018 23:40:15 -0400 Subject: [PATCH] Update Failing Tests --- README.Rmd | 2 +- README.md | 2 +- tests/testthat/test-ProductPackageItemService.R | 2 +- tests/testthat/test-ReportService.R | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index 95facdc..c052dff 100644 --- a/README.Rmd +++ b/README.Rmd @@ -425,7 +425,7 @@ to these developers for their contributions to open source. More information can be found at https://StevenMMortimer.github.io/rdfp. -[Top](#rdfp-) +[Top](#rdfp) --- Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). diff --git a/README.md b/README.md index c138225..8034164 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ More Information More information can be found at . -[Top](#rdfp-) +[Top](#rdfp) ------------------------------------------------------------------------ diff --git a/tests/testthat/test-ProductPackageItemService.R b/tests/testthat/test-ProductPackageItemService.R index f79f3e5..b09a143 100644 --- a/tests/testthat/test-ProductPackageItemService.R +++ b/tests/testthat/test-ProductPackageItemService.R @@ -1,6 +1,6 @@ context("ProductPackageItemService") -skip("Reduce Total Test Runtime")s +skip("Reduce Total Test Runtime") rdfp_options <- readRDS("rdfp_options.rds") options(rdfp.network_code = rdfp_options$network_code) diff --git a/tests/testthat/test-ReportService.R b/tests/testthat/test-ReportService.R index e7cc7ef..5c0aeab 100644 --- a/tests/testthat/test-ReportService.R +++ b/tests/testthat/test-ReportService.R @@ -15,8 +15,8 @@ report_request_data <- list(reportJob= dimensions='AD_UNIT_ID', adUnitView='FLAT', columns='TOTAL_INVENTORY_LEVEL_IMPRESSIONS', - startDate=list(year=2016, month=1, day=1), - endDate=list(year=2016, month=1, day=31), + startDate=list(year=2018, month=1, day=1), + endDate=list(year=2018, month=1, day=31), dateRangeType='CUSTOM_DATE'))) # run report