Skip to content

Commit 8945e15

Browse files
committed
Fixes #487 - uses the explicit relationship name rather than the SObject inference (deprecated) method for resolving the relationship name
1 parent 0e747fa commit 8945e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sfdx-source/apex-common/test/classes/fflib_SObjectSelectorTest.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ private with sharing class fflib_SObjectSelectorTest
619619

620620
fflib_QueryFactory qf = newQueryFactory();
621621

622-
oSel.addQueryFactorySubselect(qf);
622+
oSel.addQueryFactorySubselect(qf,'Opportunities');
623623

624624
return qf.toSOQL();
625625
}

0 commit comments

Comments
 (0)