This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | @IsTest | |
| private class AccountOperationsTest { | |
| @isTest static void setDefaultDescription(){ | |
| Account acc = new Account(Name = 'My Test Account'); | |
| insert acc; | |
| acc = AccountOperations.setDefaultDescription(acc); | |
| } | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | def getVersionName = { getVersionProps()['appVersionName'] } | |
| def getVersionProps() { | |
| def versionPropsFile = file('gradle.properties') | |
| if (!versionPropsFile.exists()) { | |
| versionPropsFile.createNewFile() | |
| } | |
| def versionProps = new Properties() | |
| versionProps.load(new FileInputStream(versionPropsFile)) | |
| return versionProps | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "namespace": "", | |
| "packageDirectories": [{ | |
| "default": true, | |
| "path": "force-app" | |
| }, { | |
| "id": "0Ho7F000000002WSAQ", | |
| "path": "force-app/perms", | |
| "versionName": "v 0.1", | |
| "versionNumber": "0.1.0.NEXT", |