Skip to content

Commit

Permalink
Fix Failing Test Case
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMMortimer committed Dec 29, 2018
1 parent 04f7474 commit 89536dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-OrderService.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ test_that("dfp_updateOrders", {
hour=0,
minute=0,
second=0,
timeZoneID='America/New_York'),
timeZoneId='America/New_York'),
endDateTime=list(date=list(year=as.integer(format(Sys.Date(), '%Y'))+1, month=12, day=31),
hour=23,
minute=59,
second=59,
timeZoneID='America/New_York'),
timeZoneId='America/New_York'),
notes='API Test Order2',
externalOrderId=99999,
advertiserId=dfp_getCompaniesByStatement_result$id,
Expand Down

0 comments on commit 89536dc

Please sign in to comment.