We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e075a5d + e3cf28f commit 2cfdba4Copy full SHA for 2cfdba4
fflib/src/classes/fflib_QueryFactoryTest.cls
@@ -108,7 +108,7 @@ private class fflib_QueryFactoryTest {
108
109
@isTest
110
static void invalidFieldTests(){
111
- List<Exception> exceptions = new List<Exception>();
+ List<fflib_QueryFactory.InvalidFieldException> exceptions = new List<fflib_QueryFactory.InvalidFieldException>();
112
fflib_QueryFactory qf = new fflib_QueryFactory(Contact.SObjectType);
113
try{
114
qf.selectField('Not_a_field');
0 commit comments