Skip to content

Commit 1f246a3

Browse files
committed
Revert "Added an overload for the constructor of MockFileVersionInfo"
This reverts commit eb509ac.
1 parent eb509ac commit 1f246a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/TestableIO.System.IO.Abstractions.TestingHelpers/MockFileVersionInfo.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ public MockFileVersionInfo(
6868
ProductPrivatePart = parsedProductVersion.PrivatePart;
6969
}
7070

71-
/// <inheritdoc />
72-
public MockFileVersionInfo(string fileName)
73-
{
74-
FileName = fileName;
75-
}
76-
7771
/// <inheritdoc/>
7872
public override string FileName { get; }
7973

0 commit comments

Comments
 (0)