Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensplayer committed Sep 26, 2022
1 parent f6168bc commit b76f8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/test/unit/cohort_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('lib/cohort', () => {

return cohorts.set(cohortTest).then(() => {
return cohorts.getByName(cohortTest.name).then((cohort) => {
expect(cohort).to.eq(cohortTest)
expect(cohort).to.deep.eq(cohortTest)
})
})
})
Expand Down

0 comments on commit b76f8a7

Please sign in to comment.