Skip to content

Commit

Permalink
chrore(typo): CreateSourcePackageImpl duplicate space in hint for opt…
Browse files Browse the repository at this point in the history
…imized deployment (#67)

* chore: fix typo in profile_retrieve.json (#63)

* 54-Skip deployment when deployment artifacts filter result is empty (#64)

* chore: skip deployment when artifact filters didnt match any artifact available to deploy

* chore: remove unecessary imports

* Update CreateSourcePackageImpl.ts

chrore(typo): CreateSourcePackageImpl duplicate space in hint for optimized deployment

---------

Co-authored-by: Tim Paulaskas <[email protected]>
Co-authored-by: Diéffrei Quadros <[email protected]>
Co-authored-by: Azlam <[email protected]>
  • Loading branch information
4 people authored Jun 11, 2024
1 parent 6fad211 commit bf91f56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default class CreateSourcePackageImpl extends CreatePackage {
private printHintForOptimizedDeployment() {
SFPLogger.printHeaderLine('OPTION FOR DEPLOYMENT OPTIMIZATION AVAILABLE',COLOR_HEADER,LoggerLevel.INFO,this.logger);
SFPLogger.log(
`Following apex test classes were identified and can be used for deploying this package,${EOL}` +
`Following apex test classes were identified and can be used for deploying this package,${EOL}` +
`in an optimal manner, provided each individual class meets the test coverage requirement of 75% and above${EOL}` +
`Ensure each apex class/trigger is validated for coverage in the validation stage`,
null,
Expand Down

0 comments on commit bf91f56

Please sign in to comment.