Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bank statement tests to use new york time zone (vs -5 offset) #2

Closed
wants to merge 1 commit into from
Closed

Update bank statement tests to use new york time zone (vs -5 offset) #2

wants to merge 1 commit into from

Conversation

mbryzek
Copy link

@mbryzek mbryzek commented Jan 7, 2015

  • Fixes Timezone error in unit test #1

    [info] - can parse bank statement *** FAILED ***
    [info] Some(2014-05-01T12:00:00.000-04:00) did not equal Some(2014-05-01T13:00:00.000-04:00) (BankStatementTest.scala:20)

 - Fixes
   [info] - can parse bank statement *** FAILED ***
   [info]   Some(2014-05-01T12:00:00.000-04:00) did not equal Some(2014-05-01T13:00:00.000-04:00) (BankStatementTest.scala:20)
@mbryzek mbryzek closed this Jul 3, 2017
@mbryzek mbryzek deleted the 1-timezone-error branch July 3, 2017 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timezone error in unit test
1 participant