Skip to content

Commit

Permalink
fix: Fixed filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Jun 24, 2024
1 parent 3317a76 commit 53f4db6
Show file tree
Hide file tree
Showing 77 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal static class Predefined
public static void Init()
{
Verifier.DerivePathInfo(
(sourceFile, projectDirectory, method, type) =>
(sourceFile, projectDirectory, type, method) =>
{
var directory = Path.Combine(projectDirectory, "_snapshots");
_ = Directory.CreateDirectory(directory);
Expand Down

0 comments on commit 53f4db6

Please sign in to comment.