Skip to content

Commit c13fb09

Browse files
committed
remove redundant comment
1 parent 552b529 commit c13fb09

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/NuGet.Core.FuncTests/NuGet.Commands.FuncTest/RestoreCommand_PackagesLockFileTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,8 +1747,6 @@ public async Task RestoreCommand_PackagesLockFile_ProjectReferenceWithATF_Locked
17471747
logger.Clear();
17481748

17491749
// Second restore in locked mode
1750-
// Lock file validation does not consider ATF for project references (PackagesLockFileUtilities.cs),
1751-
// so locked mode fails with NU1004 when the project reference requires ATF.
17521750
result = await new RestoreCommand(ProjectTestHelpers.CreateRestoreRequest(pathContext, logger, project1, project2)).ExecuteAsync();
17531751
result.Success.Should().BeTrue(logger.ShowErrors());
17541752
}

0 commit comments

Comments
 (0)