Skip to content

Commit

Permalink
Merge pull request #21 from forcedotcom/development
Browse files Browse the repository at this point in the history
Clean Up
  • Loading branch information
mmallingSFDC authored Jan 28, 2025
2 parents 548c86f + 57ecd3f commit 7d35dd0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 0 additions & 2 deletions 0ATep000000mNRSGA2.csv

This file was deleted.

2 changes: 1 addition & 1 deletion lib/helpers/sf-query.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/helpers/sf-query.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/helpers/sf-tasks.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/helpers/sf-tasks.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions test/helpers/scaffold-options.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ describe('ScaffoldOptions Tests', () => {
expect(scaffoldOptions.sObjectTypes.length).equals(0);
});
}).timeout(0);


3 changes: 1 addition & 2 deletions test/helpers/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export default class Setup {
public static retrievePackageFilePath = 'test/package-acc.xml';
public static deltaIgnoreFile = 'test/deltaIgnore.txt';

// private static orgUsername: string = null;
private static orgUsername = '[email protected]';
private static orgUsername: string = null;

public static get username(): string {
return Setup.orgUsername;
Expand Down

0 comments on commit 7d35dd0

Please sign in to comment.