We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6087181 commit 3ad1ecfCopy full SHA for 3ad1ecf
src/test/scala/BasicJavaGeneratorTest.scala
@@ -123,7 +123,7 @@ class BasicJavaGeneratorTest extends FlatSpec with ShouldMatchers {
123
it should "honor the import mapping" in {
124
config.importMapping("Date") should be ("java.util.Date")
125
config.importMapping("DateTime") should be ("org.joda.time.*")
126
- config.importMapping("TimeStamp") should be ("java.sql.Timestamp")
+ config.importMapping("Timestamp") should be ("java.sql.Timestamp")
127
config.importMapping("Set") should be ("java.util.*")
128
}
129
0 commit comments