Skip to content

Commit

Permalink
Guard.NotEmpty(methodParameters);
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 17, 2024
1 parent 1d89345 commit b73ca66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Verify/Verifier/InnerVerifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public InnerVerifier(
Guard.NotEmpty(sourceFile);
Guard.NotEmpty(typeName);
Guard.NotEmpty(methodName);
Guard.NotEmpty(methodParameters);
verifyHasBeenRun = true;
settings.RunBeforeCallbacks();
this.settings = settings;
Expand Down

0 comments on commit b73ca66

Please sign in to comment.