Skip to content

Commit 3ad1ecf

Browse files
author
Ganesh Subramanian
committed
Added import mapping for Timestamp
1 parent 6087181 commit 3ad1ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/BasicJavaGeneratorTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class BasicJavaGeneratorTest extends FlatSpec with ShouldMatchers {
123123
it should "honor the import mapping" in {
124124
config.importMapping("Date") should be ("java.util.Date")
125125
config.importMapping("DateTime") should be ("org.joda.time.*")
126-
config.importMapping("TimeStamp") should be ("java.sql.Timestamp")
126+
config.importMapping("Timestamp") should be ("java.sql.Timestamp")
127127
config.importMapping("Set") should be ("java.util.*")
128128
}
129129

0 commit comments

Comments
 (0)