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

Commit 28846d7f by Daniel Durante

Attempt to fix MySQL tests.

1 parent 60cd5611
Showing with 1 additions and 1 deletions
...@@ -337,7 +337,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () { ...@@ -337,7 +337,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
}) })
UserNull.sync({ force: true }).success(function() { UserNull.sync({ force: true }).success(function() {
UserNull.create({ username: 'foo', smth: null }).error(function(err) { UserNull.create({ username: 'foo2', smth: null }).error(function(err) {
expect(err).to.exist expect(err).to.exist
if (dialect === "mysql") { if (dialect === "mysql") {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!