Skip to content

Commit

Permalink
fix(tests): rename of test package
Browse files Browse the repository at this point in the history
  • Loading branch information
Babanila committed Jul 20, 2018
1 parent b8b58b7 commit acd3080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/common.feature
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Feature: Show common information for tooling
"inputHint": "SingleLine"
},
"""
When I run `product-type-update --projectKey producttype-json-generator-tests --source product-type-boo-txt-num.json`
When I run `product-type-update --projectKey product-type-json-generator-tests --source product-type-boo-txt-num.json`
#Then the exit status should be 0
And the output should contain:
"""
Expand Down
2 changes: 1 addition & 1 deletion src/spec/integration/cleanup.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{ProjectCredentialsConfig} = require 'sphere-node-utils'
Helper = require '../helper/helper'

projectKey = process.env.SPHERE_PROJECT_KEY || "producttype-json-generator-tests"
projectKey = process.env.SPHERE_PROJECT_KEY || "product-type-json-generator-tests"

describe 'Project cleanup', ->
this.timeout 15000
Expand Down

0 comments on commit acd3080

Please sign in to comment.