@dhyasama/totem-models 5.3.1 → 5.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "5.3.1",
3
+ "version": "5.3.3",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",
package/test/Deal.js CHANGED
@@ -183,7 +183,7 @@ describe('Deal', function() {
183
183
  should.not.exist(err);
184
184
  should.exist(result);
185
185
 
186
- Deal.getForCustomer(config.CUSTOMER_ID, function(err, result) {
186
+ Deal.getForCustomer(config.CUSTOMER_ID, {}, function(err, result) {
187
187
  should.not.exist(err);
188
188
  should.exist(result)
189
189
  result.length.should.equal(2);