Skip to content

Commit

Permalink
[SW-2095][FollowUp] Remove and replace remaining reference in example…
Browse files Browse the repository at this point in the history
…s tests (#1990) (#1994)
  • Loading branch information
jakubhava committed Mar 26, 2020
1 parent 864712a commit 73df534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/sparklingWaterPipeline.groovy
Expand Up @@ -143,8 +143,8 @@ def getTestingStagesDefinition(sparkMajorVersion, config) {
unitTests()(config)
pyUnitTests()(config)
rUnitTests()(config)
integTest()(config)
pyIntegTest()(config)
integTests()(config)
pyIntegTests()(config)
}
}
}
Expand Down

0 comments on commit 73df534

Please sign in to comment.