Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Apr 18, 2016
1 parent 4434ef4 commit 5c69399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/find.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,18 +170,18 @@ describe('find', function () {
}
})

const post = {
var post = {
id: 1,
userId: 10
}

const comment = {
var comment = {
id: 3,
postId: 1,
userId: 13
}

const comment2 = {
var comment2 = {
id: 4,
userId: 7
}
Expand Down

0 comments on commit 5c69399

Please sign in to comment.