diff --git a/test/NuGet.Core.Tests/NuGet.Common.Test/MigrationRunnerTests.cs b/test/NuGet.Core.Tests/NuGet.Common.Test/MigrationRunnerTests.cs index 1ffa194bfd5..614e20a8ca3 100644 --- a/test/NuGet.Core.Tests/NuGet.Common.Test/MigrationRunnerTests.cs +++ b/test/NuGet.Core.Tests/NuGet.Common.Test/MigrationRunnerTests.cs @@ -89,7 +89,7 @@ public void Run_WhenAThreadAbandonsMutexThenNextMigrationRunReleasesMutexAndCrea void AbandonMutex() { _orphan.WaitOne(); - // Abandon the mutexes by exiting without releasing it by invoking _orphan1.ReleaseMutex() method. + // Abandon the mutex by exiting the method without releasing } } }