Skip to content

Commit

Permalink
Update InnerVerifyTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 22, 2024
1 parent b6d876c commit 82fbfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Verify.Tests/InnerVerifyTests/InnerVerifyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static InnerVerifyTests()

public async Task VerifyExternalFile()
{
using var verifier = new InnerVerifier(targetDirectory, name: "sample");
using var verifier = new InnerVerifier(targetDirectory, name: "sample2");
await verifier.VerifyFile(filePath);
}

Expand Down

0 comments on commit 82fbfb8

Please sign in to comment.