diff --git a/sfdx-source/apex-mocks/main/classes/fflib_Answer.cls b/sfdx-source/apex-mocks/main/classes/fflib_Answer.cls index 874e6f80..a26efae5 100644 --- a/sfdx-source/apex-mocks/main/classes/fflib_Answer.cls +++ b/sfdx-source/apex-mocks/main/classes/fflib_Answer.cls @@ -16,4 +16,7 @@ public interface fflib_Answer * @return The value to be returned. */ Object answer(fflib_InvocationOnMock invocation); + // this is my edit + // I tried to edit again + // and another line } \ No newline at end of file diff --git a/sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls b/sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls index 07826c39..da24fa3a 100644 --- a/sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls +++ b/sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls @@ -1,7 +1,7 @@ /* Copyright (c) 2017 FinancialForce.com, inc. All rights reserved. */ - +// change 2 --> did you know Venti = Twenty? /** * 'Classic' invocation verifier - checks that a method was called with the given arguments the expected number of times. * The order of method calls is not important.