Skip to content

Commit

Permalink
Removed deeply eql check for number comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor authored and gisikw committed Mar 27, 2015
1 parent 3c741f4 commit c5de07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api.mocha.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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", ->
Expand Down

0 comments on commit c5de07d

Please sign in to comment.