Created
November 13, 2013 15:29
-
-
Save longliveenduro/7450933 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test("Check implicit conversion inside Option from joda to thrift dateTime works") { | |
| val nowOpt: Option[JodaDateTime] = Some(JodaDateTime.now) | |
| val nowOptInThrift: Option[ThriftDateTime] = nowOpt | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment