File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sfdx-source/apex-common/test/classes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ private class fflib_ApplicationTest
350350 Selector .setMock (selectorMock );
351351
352352 // When
353- List <Opportunity > pportunities =
353+ List <Opportunity > opportunities =
354354 new List <Opportunity >
355355 { new Opportunity (
356356 Id = testOpportunityId ,
@@ -360,7 +360,7 @@ private class fflib_ApplicationTest
360360 new Opportunity (
361361 Id = testOpportunityId ,
362362 Name = ' Test Opportunity 2' ) };
363- List <Account > assertAccounts = Selector .selectByRelationship (pportunities , Opportunity .AccountId );
363+ List <Account > assertAccounts = Selector .selectByRelationship (opportunities , Opportunity .AccountId );
364364
365365 // Then
366366 Assert .isInstanceOfType (Selector .newInstance (Account .SObjectType ), fflib_SObjectMocks .SObjectSelector .class );
You can’t perform that action at this time.
0 commit comments