mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Removed deeply eql check for number comparison
This commit is contained in:
parent
3c741f431a
commit
c5de07d33e
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ describe "API", ->
|
|||
expect(party.leader).to.be user._id
|
||||
expect(party.name).to.be group.name
|
||||
expect(party.quest).to.be.eql { progress: {} }
|
||||
expect(party.memberCount).to.be.eql group.memberCount
|
||||
expect(party.memberCount).to.be group.memberCount
|
||||
done()
|
||||
|
||||
describe "Chat", ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue