From 7af74ff8988961c988f03c95961b70c2918521ae Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 25 Aug 2017 09:33:53 -0400 Subject: yay --- functions/createCharge.test.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'functions/createCharge.test.js') diff --git a/functions/createCharge.test.js b/functions/createCharge.test.js index 18e13ba..65dde47 100644 --- a/functions/createCharge.test.js +++ b/functions/createCharge.test.js @@ -2,11 +2,8 @@ const takeMoney = require('./createCharge'); const event = { "data": { - "amount": 5, - "createdAt": "2017-08-08T19:48:39.436Z", - "id": "cj6400x3g00003i5zufoucron", + "user": "cj6ntm8qic3260140vkuzif9d", "token": "tok_visa", - "updatedAt": "2017-08-08T19:48:39.436Z" }, "context": { "headers": {} -- cgit v1.3