mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Correct comments
This commit is contained in:
parent
8f17519cd3
commit
292b8a6741
1 changed files with 2 additions and 1 deletions
|
|
@ -74,6 +74,7 @@ describe "Push-Notifications", ->
|
|||
members.sendGift req, res
|
||||
|
||||
setTimeout ->
|
||||
# Allow sendGift to finish
|
||||
expect(pushSpy.sendNotify).to.have.been.calledOnce
|
||||
expect(pushSpy.sendNotify).to.have.been.calledWith(
|
||||
recipient,
|
||||
|
|
@ -103,7 +104,7 @@ describe "Push-Notifications", ->
|
|||
payments.buyGems data
|
||||
|
||||
setTimeout ->
|
||||
# Allow sendGift to finish
|
||||
# Allow buyGems to finish
|
||||
expect(pushSpy.sendNotify).to.have.been.calledOnce
|
||||
expect(pushSpy.sendNotify).to.have.been.calledWith(
|
||||
recipient,
|
||||
|
|
|
|||
Loading…
Reference in a new issue