Skip to content

Commit 00142c9

Browse files
Copilotnkolev92
andcommitted
Fix duplicate comment numbering in NuGetAuditTests
Co-authored-by: nkolev92 <[email protected]> Agent-Logs-Url: https://github.com/NuGet/NuGet.Client/sessions/88d61e75-2636-48c9-bd67-ba44e3f3160f
1 parent 12388f4 commit 00142c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/NuGet.Tests.Apex/NuGet.Tests.Apex/NuGetEndToEndTests/NuGetAuditTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ public async Task PackagesConfig_SuppressAdvisory()
3030
// 1. Create Directory.Build.props with suppression for package.A cve1 and cve2
3131
// 2. Create mock server with package.A with cve1, cve2, and cve3
3232
// 3. Add mock server to nuget.config
33-
// 3. Create packages.config project
34-
// 4. Install package.A
35-
// 5. check error list to see if only cve3 is listed
33+
// 4. Create packages.config project
34+
// 5. Install package.A
35+
// 6. check error list to see if only cve3 is listed
3636

3737
// Arrange
3838
SimpleTestPathContext testPathContext = new();

0 commit comments

Comments
 (0)