@@ -257,27 +257,27 @@ describe(Support.getTestDialectTeaser("Model"), function () {
...
@@ -257,27 +257,27 @@ describe(Support.getTestDialectTeaser("Model"), function () {
});
});
});
});
it('should support renaming of sequelize method fields',function(){
it('should support renaming of sequelize method fields',function(){
varUser=this.sequelize.define('user',{
varTest=this.sequelize.define('test',{
someProperty:Sequelize.VIRTUAL// Since we specify the AS part as a part of the literal string, not with sequelize syntax, we have to tell sequelize about the field
someProperty:Sequelize.VIRTUAL// Since we specify the AS part as a part of the literal string, not with sequelize syntax, we have to tell sequelize about the field