Skip to content

Commit

Permalink
Fixed sharing on class
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-baillie-ortoo committed Mar 30, 2022
1 parent 0626cd9 commit c818af7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @group Utils
*/
@isTest
public with sharing class TestIdUtils
public inherited sharing class TestIdUtils
{
private static Integer highestGeneratedId = 0;
private static Map<SobjectType,String> objectPrefixesBySobjectType = new Map<SobjectType,String>();
Expand Down

0 comments on commit c818af7

Please sign in to comment.