mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2737 - Mapping of TimeZone doesn't have enough characters
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package io.ebeaninternal.server.type;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
class ScalarTypeTimeZoneTest {
|
||||
|
||||
ScalarTypeTimeZone type = new ScalarTypeTimeZone();
|
||||
|
||||
@Test
|
||||
void getLength() {
|
||||
assertEquals(32, type.getLength());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user