File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
sfdx-source/apex-common/test/classes Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,6 @@ private class fflib_ApplicationTest
368368 Assert .areEqual (testAccountId , assertAccounts [0 ].Id );
369369 Assert .areEqual (' Test Account' , assertAccounts [0 ].Name );
370370 Assert .isInstanceOfType (Selector .newInstance (Opportunity .SObjectType ), OpportunitiesSelector .class );
371- Assert .isInstanceOfType (Selector .newInstance (Opportunity .SObjectType ), OpportunitiesSelector .class );
372371 }
373372
374373
@@ -501,7 +500,6 @@ private class fflib_ApplicationTest
501500 new Map <SObjectType , Type > {
502501 Account .SObjectType = > AccountsConstructor .class ,
503502 Opportunity .SObjectType = > OpportunitiesConstructor .class ,
504- Opportunity .SObjectType = > OpportunitiesConstructor .class ,
505503 Contact .SObjectType = > ContactsConstructor .class });
506504
507505 public class AccountsDomain extends fflib_SObjectDomain
You can’t perform that action at this time.
0 commit comments