Skip to content

Commit

Permalink
Update PathInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 13, 2025
1 parent 314731b commit 7284fd7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Verify/DerivePaths/PathInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,4 @@ public static PathInfo DeriveDefault(
methodName: method.Name);

#endregion

internal static PathInfo DeriveDefault(
string sourceFile,
string projectDirectory,
string typeName,
string methodName) =>
new(
directory: IoHelpers.ResolveDirectoryFromSourceFile(sourceFile),
typeName: typeName,
methodName: methodName);
}

0 comments on commit 7284fd7

Please sign in to comment.