Skip to content

Commit

Permalink
removed obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJohnMDaniel committed Dec 2, 2024
1 parent 9cf4053 commit 615f40c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ private class fflib_ApexMocksTest
{
// Given
fflib_ApexMocks mocks = new fflib_ApexMocks();
// fflib_MyList.IList mockList = new fflib_Mocks.Mockfflib_MyList(mocks);
fflib_MyList mockList = (fflib_MyList)mocks.mock(fflib_MyList.class);

// When
Expand All @@ -736,7 +735,6 @@ private class fflib_ApexMocksTest
{
// Given
fflib_ApexMocks mocks = new fflib_ApexMocks();
// fflib_MyList.IList mockList = new fflib_Mocks.Mockfflib_MyList(mocks);
fflib_MyList mockList = (fflib_MyList)mocks.mock(fflib_MyList.class);

// When
Expand Down

0 comments on commit 615f40c

Please sign in to comment.