Skip to content

Commit

Permalink
Update AutoVerify.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 27, 2023
1 parent 62b68a8 commit 480b487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StaticSettingsTests/AutoVerify.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class AutoVerify :
public async Task Simple()
{
VerifierSettings.AutoVerify();
var path = CurrentFile.Relative("Tests.Simple.verified.txt");
var path = CurrentFile.Relative("AutoVerify.Simple.verified.txt");
var fullPath = Path.GetFullPath(path);
File.Delete(fullPath);
await Verify("Foo");
Expand Down

0 comments on commit 480b487

Please sign in to comment.