-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a bug where isDelete could report incorrect value during UNDELETE trigger operation in mocked tests.
- Loading branch information
1 parent
e11cf95
commit 52e0b83
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"path": "force-app/commons/triggerHandler", | ||
"package": "Trigger Handler", | ||
"versionName": "ver 1.0", | ||
"versionNumber": "1.0.1.NEXT", | ||
"versionNumber": "1.0.2.NEXT", | ||
"default": false, | ||
"versionDescription": "" | ||
}, | ||
|
@@ -125,6 +125,7 @@ | |
"packageAliases": { | ||
"Trigger Handler": "0Ho08000000CaS0CAK", | ||
"Trigger [email protected]": "04t08000000cSiXAAU", | ||
"Trigger [email protected]": "04t08000000UK6aAAG", | ||
"Metadata Trigger Handler": "0Ho08000000CaS5CAK", | ||
"Metadata Trigger [email protected]": "04t08000000ga5MAAQ", | ||
"Metadata Trigger [email protected]": "04t08000000ga8uAAA", | ||
|