Update imports in all specs.

This commit is contained in:
Nikita Lutsenko
2016-02-08 20:20:08 -08:00
parent 07aa00f382
commit 3271b45102
15 changed files with 35 additions and 32 deletions

View File

@@ -16,7 +16,7 @@ var hasAllPODobject = () => {
objACL.setPublicWriteAccess(false);
obj.setACL(objACL);
return obj;
}
};
var plainOldDataSchema = {
className: 'HasAllPOD',
@@ -35,7 +35,7 @@ var plainOldDataSchema = {
aArray: {type: 'Array'},
aGeoPoint: {type: 'GeoPoint'},
aFile: {type: 'File'}
},
}
};
var pointersAndRelationsSchema = {