Skip to content

Commit 38c3da1

Browse files
author
Clay Chipps
committed
updated to use interface
1 parent 2e53b87 commit 38c3da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sfdx-source/apex-common-samplecode/test/classes/domains/OpportunitiesTest.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ private class OpportunitiesTest
3535
{
3636
// Create mocks
3737
fflib_ApexMocks mocks = new fflib_ApexMocks();
38-
fflib_SObjectUnitOfWork uowMock = (fflib_SObjectUnitOfWork) mocks.mock(fflib_SObjectUnitOfWork.class);
38+
fflib_ISObjectUnitOfWork uowMock = (fflib_ISObjectUnitOfWork) mocks.mock(fflib_ISObjectUnitOfWork.class);
3939
// Given
4040
Opportunity opp = new Opportunity(
4141
Id = fflib_IDGenerator.generate(Opportunity.SObjectType),

0 commit comments

Comments
 (0)