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

Commit fc12294f by Ruben Bridgewater

Fix typo

1 parent b3ce35f3
Showing with 1 additions and 1 deletions
...@@ -2001,7 +2001,7 @@ describe(Support.getTestDialectTeaser('Model'), function() { ...@@ -2001,7 +2001,7 @@ describe(Support.getTestDialectTeaser('Model'), function() {
expect(UserPublic.indexOf('INSERT INTO `UserPublics`')).to.be.above(-1); expect(UserPublic.indexOf('INSERT INTO `UserPublics`')).to.be.above(-1);
} }
}) })
.then(function(UserSpecial) { .then(function(UserPublic) {
return self.UserSpecialSync.schema('special').create({age: 3}) return self.UserSpecialSync.schema('special').create({age: 3})
.on('sql', function(UserSpecial) { .on('sql', function(UserSpecial) {
expect(UserSpecial).to.exist; expect(UserSpecial).to.exist;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!