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

Commit de47b616 by Sascha Depold

removed focus rocket

1 parent c0e0c06c
Showing with 1 additions and 1 deletions
...@@ -51,7 +51,7 @@ describe('Sequelize', function() { ...@@ -51,7 +51,7 @@ describe('Sequelize', function() {
}) })
}) })
it('=>executes select queries correctly', function(done) { it('executes select queries correctly', function(done) {
var sql = "INSERT INTO " + this.User.tableName + " (username) VALUES ('john')" var sql = "INSERT INTO " + this.User.tableName + " (username) VALUES ('john')"
this.sequelize.query(sql).success(function() { this.sequelize.query(sql).success(function() {
this.sequelize.query("select * from " + this.User.tableName) this.sequelize.query("select * from " + this.User.tableName)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!