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');
|
||||
Item = ds.define('Item', {
|
||||
"myProp": {
|
||||
"id": true,
|
||||
"type": "string",
|
||||
"memory": {
|
||||
"dataType": "string"
|
||||
|
|
Loading…
Reference in New Issue