Skip to content

Commit

Permalink
Merge pull request #58 from benjaminloerincz/lrz-4
Browse files Browse the repository at this point in the history
bug fix for #57
  • Loading branch information
mitchspano authored Jun 18, 2021
2 parents 940c014 + 1cb8a15 commit 6c6f41e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ public class TestUtility {
String result = String.valueOf(myNumber++);
return (Id) (sObjectType.getDescribe().getKeyPrefix() +
'0'.repeat(12 - result.length()) +
String.valueOf(myNumber++));
result);
}
}

0 comments on commit 6c6f41e

Please sign in to comment.