Fix the test case
This commit is contained in:
parent
9083370e17
commit
2a24273b4f
|
@ -9,6 +9,7 @@ describe('Datasource-specific field types for foreign keys', function () {
|
||||||
ds = new DataSource('memory');
|
ds = new DataSource('memory');
|
||||||
Item = ds.define('Item', {
|
Item = ds.define('Item', {
|
||||||
"myProp": {
|
"myProp": {
|
||||||
|
"id": true,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"memory": {
|
"memory": {
|
||||||
"dataType": "string"
|
"dataType": "string"
|
||||||
|
|
Loading…
Reference in New Issue