HHH-9138 - CastFunctionTest failing on most databases
(cherry picked from commit c012c4d8de
)
This commit is contained in:
parent
6088633faa
commit
d26d396361
|
@ -40,7 +40,7 @@ public class CastFunctionTest extends BaseCoreFunctionalTestCase {
|
||||||
@Id
|
@Id
|
||||||
private Integer id;
|
private Integer id;
|
||||||
private String name;
|
private String name;
|
||||||
private Number theLostNumber;
|
private Double theLostNumber;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue