Skip to content

Commit

Permalink
Update upstream and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivank committed Oct 4, 2017
1 parent 4ca3d03 commit 100bf87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mongoose": "^4.8",
"mongoose-subscriptions": "^1.13.8",
"mongoose-subscriptions": "^1.15.2",
"prettier": "^1.4.4",
"sinon": "^2.1.0"
}
Expand Down
5 changes: 3 additions & 2 deletions test/integrationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,10 @@ describe(
usedCount: 1,
usedCountMax: 2,
},
group: "General",
name: "Testing JKALSD",
numberOfBillingCycles: 2,
currentBillingCycle: 1,
preserve: false,
processor: { id: "DiscountCoupon", state: "saved" },
});

Expand Down Expand Up @@ -315,7 +316,7 @@ describe(
processor: { state: "saved", id: "DiscountAmount" },
currentBillingCycle: 0,
numberOfBillingCycles: 1,
group: "General",
preserve: false,
__t: "DiscountAmount",
name: "some amount",
amount: 2,
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@ mongoose-originals@^1.3.2:
dependencies:
lodash "^4.17.4"

mongoose-subscriptions@^1.13.8:
version "1.13.8"
resolved "https://registry.yarnpkg.com/mongoose-subscriptions/-/mongoose-subscriptions-1.13.8.tgz#8eaa7389a8e84ee2819acd02915d3b42e749546a"
mongoose-subscriptions@^1.15.2:
version "1.15.2"
resolved "https://registry.yarnpkg.com/mongoose-subscriptions/-/mongoose-subscriptions-1.15.2.tgz#21f055c08913ab95a1546f94249b2c677ba157ed"
dependencies:
mongoose-originals "^1.3.2"
shortid "^2.2.8"
Expand Down

0 comments on commit 100bf87

Please sign in to comment.