Skip to content

Commit

Permalink
removed evil char
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold committed Nov 4, 2012
1 parent 6eb5078 commit a7b58d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/sequelize.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe("[" + dialect.toUpperCase() + "] Sequelize", function() {
})

it('executes a query the internal way', function(done) {
this.sequelize.query(this.insertQuery, null, { raw: true }).success(function(result) {
this.sequelize.query(this.insertQuery, null, { raw: true }).success(function(result) {
expect(result).toBeNull()
done()
})
Expand Down

0 comments on commit a7b58d3

Please sign in to comment.