Skip to content

Commit

Permalink
Fix merging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Feng committed Jan 21, 2015
1 parent 1e254b2 commit 8938255
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/postgresql.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ describe('postgresql connector', function () {
});
});

<<<<<<< HEAD
it('should return the model instance for upsert', function(done) {
Post.upsert({id: post.id, title: 'T2_new', content: 'C2_new',
approved: true}, function(err, p) {
Expand Down

0 comments on commit 8938255

Please sign in to comment.