不要怂,就是干,撸起袖子干!

Commit 1f1f31f5 by Alexandre Joly

commit for travis ;)

1 parent c3caadc9
Showing with 1 additions and 1 deletions
...@@ -495,7 +495,7 @@ describe(Helpers.getTestDialectTeaser("DAOFactory"), function() { ...@@ -495,7 +495,7 @@ describe(Helpers.getTestDialectTeaser("DAOFactory"), function() {
it('returns the selected fields and all fields of the included table as instance.selectedValues', function(done) { it('returns the selected fields and all fields of the included table as instance.selectedValues', function(done) {
this.Mission = this.sequelize.define('Mission', { this.Mission = this.sequelize.define('Mission', {
title: {type: Sequelize.STRING, defaultValue: 'a mission!'}, title: {type: Sequelize.STRING, defaultValue: 'a mission!!'},
foo: {type: Sequelize.INTEGER, defaultValue: 2}, foo: {type: Sequelize.INTEGER, defaultValue: 2},
}) })
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!