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

Commit 5c2d1ff5 by sdepold

removed details from test case to get it run on travis

1 parent 5cb80fd6
Showing with 1 additions and 1 deletions
......@@ -523,7 +523,7 @@ describe('ModelFactory', function() {
, User2 = sequelize2.define('User', { name: Sequelize.STRING, bio: Sequelize.TEXT })
User2.sync().error(function(err) {
expect(err.message).toEqual("Access denied for user ''@'localhost' to database 'foo'")
expect(err.message).toMatch(/.*denied.*foo.*/)
done()
})
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!