Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2cfdba4

Browse files
committed
Merge pull request apex-enterprise-patterns#103 from rfjolnisson/master
Fix for System.TypeException thrown on orgs that have Spring '16. Cou…
2 parents e075a5d + e3cf28f commit 2cfdba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fflib/src/classes/fflib_QueryFactoryTest.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private class fflib_QueryFactoryTest {
108108

109109
@isTest
110110
static void invalidFieldTests(){
111-
List<Exception> exceptions = new List<Exception>();
111+
List<fflib_QueryFactory.InvalidFieldException> exceptions = new List<fflib_QueryFactory.InvalidFieldException>();
112112
fflib_QueryFactory qf = new fflib_QueryFactory(Contact.SObjectType);
113113
try{
114114
qf.selectField('Not_a_field');

0 commit comments

Comments
 (0)