From 292b8a67417d2ef2c2876a7194af2b57693027e8 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Tue, 12 May 2015 18:58:56 -0500 Subject: [PATCH] Correct comments --- test/api/pushNotifications.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/api/pushNotifications.coffee b/test/api/pushNotifications.coffee index b797bc3652..f8ab2c7083 100644 --- a/test/api/pushNotifications.coffee +++ b/test/api/pushNotifications.coffee @@ -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,