Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
junajan committed Sep 5, 2016
1 parent 48a32c2 commit 8a42cf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spec/integration/product-type-importer.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe 'ProductTypeImporter', ->
config =
projectKey: sphereCredentials.project_key,
clientId: sphereCredentials.client_id,
clietSecret: sphereCredentials.client_secret
clientSecret: sphereCredentials.client_secret

importer = new ProductTypeImporter
importer.init config
Expand All @@ -70,7 +70,6 @@ describe 'ProductTypeImporter', ->
sphereClient = new SphereClient options

beforeEach ->

sphereClient.productTypes.fetch()
.then (res) ->
console.log "Deleting old product types", res.body.results.length
Expand Down

0 comments on commit 8a42cf5

Please sign in to comment.