Skip to content

Commit

Permalink
Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 22, 2024
1 parent 48fd1eb commit b6d876c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/verify-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Use the functionality of VerifyTests outside of a unit test.
```cs
public async Task VerifyExternalFile()
{
using var verifier = new InnerVerifier(targetDirectory, "sample");
using var verifier = new InnerVerifier(targetDirectory, name: "sample");
await verifier.VerifyFile(filePath);
}
```
Expand Down

0 comments on commit b6d876c

Please sign in to comment.