We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf4053 commit 615f40cCopy full SHA for 615f40c
sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls
@@ -720,7 +720,6 @@ private class fflib_ApexMocksTest
720
{
721
// Given
722
fflib_ApexMocks mocks = new fflib_ApexMocks();
723
- // fflib_MyList.IList mockList = new fflib_Mocks.Mockfflib_MyList(mocks);
724
fflib_MyList mockList = (fflib_MyList)mocks.mock(fflib_MyList.class);
725
726
// When
@@ -736,7 +735,6 @@ private class fflib_ApexMocksTest
736
735
737
738
739
740
741
742
0 commit comments