Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
fix a few tests
Browse files Browse the repository at this point in the history
  • Loading branch information
okenshields committed Jul 22, 2020
1 parent e5c5444 commit e72118a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/model/CatalogQueryCustomAttributeUsage.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SquareConnect = require('../../src/index');

describe('CatalogQueryCustomAttributeUsage', function() {
beforeEach(function() {
this.api = new SquareConnect.CatalogQueryCustomAttributeUsage();
//this.api = new SquareConnect.CatalogQueryCustomAttributeUsage();
});

it('should create an instance of CatalogQueryCustomAttributeUsage', function() {
Expand Down
2 changes: 1 addition & 1 deletion test/model/CatalogQueryFilteredItems.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SquareConnect = require('../../src/index');

describe('CatalogQueryFilteredItems', function() {
beforeEach(function() {
this.api = new SquareConnect.CatalogQueryFilteredItems();
//this.api = new SquareConnect.CatalogQueryFilteredItems();
});

it('should create an instance of CatalogQueryFilteredItems', function() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SquareConnect = require('../../src/index');

describe('CatalogQueryFilteredItemsCustomAttributeFilter', function() {
beforeEach(function() {
this.api = new SquareConnect.CatalogQueryFilteredItemsCustomAttributeFilter();
//this.api = new SquareConnect.CatalogQueryFilteredItemsCustomAttributeFilter();
});

it('should create an instance of CatalogQueryFilteredItemsCustomAttributeFilter', function() {
Expand Down

0 comments on commit e72118a

Please sign in to comment.