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

Commit 06b8b2bf by Sascha Depold

formatting

1 parent 2db6acbf
Showing with 1 additions and 1 deletions
...@@ -520,7 +520,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () { ...@@ -520,7 +520,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
User.sync({ force: true }).success(function() { User.sync({ force: true }).success(function() {
sequelize.transaction(function(t) { sequelize.transaction(function(t) {
User.create({ username: 'user' }, { transaction: t}).success(function() { User.create({ username: 'user' }, { transaction: t }).success(function() {
User.count().success(function(count) { User.count().success(function(count) {
expect(count).to.equal(0) expect(count).to.equal(0)
t.commit().success(function() { t.commit().success(function() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!