Rename lock file samples
This commit is contained in:
parent
90baecdd51
commit
0767f13d49
15 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace Microsoft.DotNet.ProjectModel.Tests
|
|||
public class LockFilePatchingTests : TestBase
|
||||
{
|
||||
|
||||
private string ExportFilesRoot=> Path.Combine(RepoRoot, "TestAssets", "LockFileSamples", "ExportFileSamples");
|
||||
private string ExportFilesRoot=> Path.Combine(RepoRoot, "TestAssets", "LockFiles", "ExportFiles");
|
||||
|
||||
[Fact]
|
||||
public void TestValidPatching()
|
||||
|
|
Loading…
Reference in a new issue