Skip to content

Commit

Permalink
Reset forInvocationNumber in reset method (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajp authored May 21, 2023
1 parent e2530d5 commit 60a12b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions force-app/main/default/classes/UniversalMocker.cls
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ public with sharing class UniversalMocker implements System.StubProvider {
private void reset() {
this.currentParamTypesString = '';
this.currentMethodName = '';
this.forInvocationNumber = 0;
}

/* End Private Methods */
Expand Down

0 comments on commit 60a12b5

Please sign in to comment.