Skip to content

Commit

Permalink
Fixes #487 - uses the explicit relationship name rather than the SObj…
Browse files Browse the repository at this point in the history
…ect inference (deprecated) method for resolving the relationship name
  • Loading branch information
daveespo committed Aug 8, 2024
1 parent 0e747fa commit 8945e15
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 8945e15

Please sign in to comment.