HHH-13580 Fix a copy/paste error in OffsetTimeTest
(cherry picked from commit f9f6793232
)
This commit is contained in:
parent
b7c7bccc0b
commit
58674a7ba7
|
@ -34,7 +34,7 @@ import org.junit.Test;
|
|||
import org.junit.runners.Parameterized;
|
||||
|
||||
/**
|
||||
* Tests for storage of LocalTime properties.
|
||||
* Tests for storage of OffsetTime properties.
|
||||
*/
|
||||
public class OffsetTimeTest extends AbstractJavaTimeTypeTest<OffsetTime, OffsetTimeTest.EntityWithOffsetTime> {
|
||||
|
||||
|
|
Loading…
Reference in New Issue