Skip to content

Commit

Permalink
Update Failing Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMMortimer committed Mar 27, 2018
1 parent 550a6d3 commit 80666d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ More Information

More information can be found at <https://StevenMMortimer.github.io/rdfp>.

[Top](#rdfp-)
[Top](#rdfp)

------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-ProductPackageItemService.R
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/test-ReportService.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80666d0

Please sign in to comment.