apex-enterprise-patterns/force-di

di_BingingParam Unit Test failure

Opened this issue · 3 comments

When running the unit tests, I'm getting a failure for: di_BingingParamTest.givenStringsWhenGetParameterThenGetValues(), line 302...

System.assertEquals( testDateTime.dateGmt(), response.dateTimeValue ); // hours will be zero'ed out

I'm in NZ Summer Time time zone. The expected value: 2018-08-07, actual value: 2018-08-08
Running this at 8:00 am in NZ

@pjspenceley I have produced a PR to fix this and copied in @ImJohnMDaniel to review.

@pjspenceley , The PR that @afawcett was referring to has been merged. Can you take the update please and let us know if we can close this issue?

I had the same issue