Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jul 14, 2020
1 parent 9563033 commit f9d8a26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = async () => {
distinct: ['name'],
})

assert.equal(result.length, 10)
assert.equal(result.length, 1)

prisma.disconnect()
}
Expand Down

0 comments on commit f9d8a26

Please sign in to comment.