Skip to content

Commit

Permalink
Update InnerVerifier.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 11, 2024
1 parent 8fc09c3 commit 776ef6e
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 @@ -72,6 +72,7 @@ public InnerVerifier(string sourceFile, VerifySettings settings)
Guard.AgainstEmpty(sourceFile);

this.settings = settings;
verifyHasBeenRun = true;
directory = ResolveDirectory(sourceFile, settings, new());

counter = StartCounter(settings);
Expand Down

0 comments on commit 776ef6e

Please sign in to comment.