Skip to content

Commit e14c487

Browse files
committed
Fix MySql CI server Failure
1 parent 0fea9eb commit e14c487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/persistence-hooks.suite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = function(dataSource, should, connectorCapabilities) {
4444
});
4545

4646
GeoModel = dataSource.createModel('GeoModel', {
47-
id: {type: String, id: true},
47+
id: {type: String, id: true, default: uid.next},
4848
name: {type: String, required: false},
4949
location: {type: GeoPoint, required: false},
5050
});

0 commit comments

Comments
 (0)