Skip to content

Commit

Permalink
Merge branch 'master' into bug/fflib_sobjects__typecast_error_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJohnMDaniel authored Nov 29, 2024
2 parents 455fbd3 + 4613569 commit 92cc4b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ private with sharing class fflib_SObjectSelectorTest

fflib_QueryFactory qf = newQueryFactory();

oSel.addQueryFactorySubselect(qf);
oSel.addQueryFactorySubselect(qf,'Opportunities');

return qf.toSOQL();
}
Expand Down

0 comments on commit 92cc4b0

Please sign in to comment.