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

Commit 1656c76d by Mick Hansen

chore: typo in test description

1 parent b73bd2db
Showing with 1 additions and 1 deletions
...@@ -25,7 +25,7 @@ describe('sequelize constructor', function () { ...@@ -25,7 +25,7 @@ describe('sequelize constructor', function () {
expect(sequelize.config.port).to.equal(port); expect(sequelize.config.port).to.equal(port);
}); });
it('should connection uri, options', function () { it('should support connection uri, options', function () {
var dialect = 'postgres' var dialect = 'postgres'
, database = Math.ceil(Math.random() * 9999).toString() , database = Math.ceil(Math.random() * 9999).toString()
, username = Math.ceil(Math.random() * 9999).toString() , username = Math.ceil(Math.random() * 9999).toString()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!