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